Html Css Color HEX #11EECF Bright Turquoise

📋 copy color: '#11EECF'

red 17 ◦ green 238 ◦ blue 207

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

Shades of Bright Turquoise #11EECF

Tints of Bright Turquoise #11EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.52%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 3.68%
G = 51.52%
B = 44.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#11EECF (or 0x11EECF) is known color: Bright Turquoise. HEX triplet: 11, EE and CF. RGB value is (17,238,207). Sum of RGB (Red+Green+Blue) = 17+238+207=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #11EECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EECF is #EE1130. Grayscale: #A8A8A8. Windows color (decimal): -15601969 or 13626897. OLE color: 13626897.

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

Color convert

RGB 17 238 207 -
CMYK 0.93 0 0.13 0.07
HSL 171.58º 0.87% 0.5% -
HSV(B) 171.58º 0.93% 0.93% -
XYZ 42.07 65.77 69.51 -
YUV 168.39 149.78 20.02 -
System Red Green Blue C M Y K H S L
Decimal 17 238 207 0.93 0 0.13 0.07 171.58 0.87 0.5
Hex 11 EE CF 5D 0 D 7 AC 57 32
Octal 21 356 317 135 0 15 7 254 127 62
Binary 10001 11101110 11001111 1011101 0 1101 111 10101100 1010111 110010

Color Harmonies of #11EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EECF

Black with #11EECF

Text Example


Text Example

White with #11EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,238,207); }

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

background-color css

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

 a { background-color: rgb(17,238,207); }

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

border-color css

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

 span { border-color: rgb(17,238,207); }

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