Html Css Color HEX #11EFCB Bright Turquoise

📋 copy color: '#11EFCB'

red 17 ◦ green 239 ◦ blue 203

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

Shades of Bright Turquoise #11EFCB

Tints of Bright Turquoise #11EFCB

RGB

 RED value IS 17 (7.03% from 255) = 3.7%

 GREEN value IS 239 (93.75% from 255) = 52.07%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 3.7%
G = 52.07%
B = 44.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#11EFCB (or 0x11EFCB) is known color: Bright Turquoise. HEX triplet: 11, EF and CB. RGB value is (17,239,203). Sum of RGB (Red+Green+Blue) = 17+239+203=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #11EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EFCB is #EE1034. Grayscale: #A8A8A8. Windows color (decimal): -15601717 or 13365009. OLE color: 13365009.

HSL color Cylindrical-coordinate representation of color #11EFCB: hue angle of 170.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFCB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 239 203 -
CMYK 0.93 0 0.15 0.06
HSL 170.27º 0.87% 0.5% -
HSV(B) 170.27º 0.93% 0.94% -
XYZ 41.88 66.16 67.06 -
YUV 168.52 147.45 19.93 -
System Red Green Blue C M Y K H S L
Decimal 17 239 203 0.93 0 0.15 0.06 170.27 0.87 0.5
Hex 11 EF CB 5D 0 F 6 AA 57 32
Octal 21 357 313 135 0 17 6 252 127 62
Binary 10001 11101111 11001011 1011101 0 1111 110 10101010 1010111 110010

Color Harmonies of #11EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFCB

Black with #11EFCB

Text Example


Text Example

White with #11EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11EFCB; }

 p { color: rgb(17,239,203); }

 H1.HeaderClassName
 {
   color: #11EFCB;
 }
 .AnyTagClassName
 {
   color: #11EFCB;
 }
</style>

background-color css

<style>
 a { background-color: #11EFCB; }

 a { background-color: rgb(17,239,203); }

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

border-color css

<style>
 span { border-color: #11EFCB; }

 span { border-color: rgb(17,239,203); }

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