Html Css Color HEX #28EBBC Turquoise

📋 copy color: '#28EBBC'

red 40 ◦ green 235 ◦ blue 188

#28EBBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #28EBBC

Tints of Turquoise #28EBBC

RGB

 RED value IS 40 (16.02% from 255) = 8.64%

 GREEN value IS 235 (92.19% from 255) = 50.76%

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 8.64%
G = 50.76%
B = 40.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28EBBC (or 0x28EBBC) is known color: Turquoise. HEX triplet: 28, EB and BC. RGB value is (40,235,188). Sum of RGB (Red+Green+Blue) = 40+235+188=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBBC is #D71443. Grayscale: #ABABAB. Windows color (decimal): -14095428 or 12380968. OLE color: 12380968.

HSL color Cylindrical-coordinate representation of color #28EBBC: hue angle of 165.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBBC is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 235 188 -
CMYK 0.83 0 0.2 0.08
HSL 165.54º 0.83% 0.54% -
HSV(B) 165.54º 0.83% 0.92% -
XYZ 39.66 63.5 57.74 -
YUV 171.34 137.4 34.32 -
System Red Green Blue C M Y K H S L
Decimal 40 235 188 0.83 0 0.2 0.08 165.54 0.83 0.54
Hex 28 EB BC 53 0 14 8 A6 53 36
Octal 50 353 274 123 0 24 10 246 123 66
Binary 101000 11101011 10111100 1010011 0 10100 1000 10100110 1010011 110110

Color Harmonies of #28EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EBBC

Black with #28EBBC

Text Example


Text Example

White with #28EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28EBBC; }

 p { color: rgb(40,235,188); }

 H1.HeaderClassName
 {
   color: #28EBBC;
 }
 .AnyTagClassName
 {
   color: #28EBBC;
 }
</style>

background-color css

<style>
 a { background-color: #28EBBC; }

 a { background-color: rgb(40,235,188); }

 div.DivClassName
 {
   background-color: #28EBBC;
 }
 .BgClassName
 {
   background-color: #28EBBC;
 }
</style>

border-color css

<style>
 span { border-color: #28EBBC; }

 span { border-color: rgb(40,235,188); }

 td.TdClassName
 {
   border-color: #28EBBC;
 }
 .TagClassName
 {
   border-color: #28EBBC;
 }
</style>