Html Css Color HEX #11F0CE Bright Turquoise

📋 copy color: '#11F0CE'

red 17 ◦ green 240 ◦ blue 206

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

Shades of Bright Turquoise #11F0CE

Tints of Bright Turquoise #11F0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.84%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 3.67%
G = 51.84%
B = 44.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#11F0CE (or 0x11F0CE) is known color: Bright Turquoise. HEX triplet: 11, F0 and CE. RGB value is (17,240,206). Sum of RGB (Red+Green+Blue) = 17+240+206=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #11F0CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F0CE is #EE0F31. Grayscale: #A9A9A9. Windows color (decimal): -15601458 or 13561873. OLE color: 13561873.

HSL color Cylindrical-coordinate representation of color #11F0CE: hue angle of 170.85º degrees, saturation: 0.88, 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 #11F0CE is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 240 206 -
CMYK 0.93 0 0.14 0.06
HSL 170.85º 0.88% 0.5% -
HSV(B) 170.85º 0.93% 0.94% -
XYZ 42.53 66.9 69.06 -
YUV 169.45 148.62 19.26 -
System Red Green Blue C M Y K H S L
Decimal 17 240 206 0.93 0 0.14 0.06 170.85 0.88 0.5
Hex 11 F0 CE 5D 0 E 6 AB 58 32
Octal 21 360 316 135 0 16 6 253 130 62
Binary 10001 11110000 11001110 1011101 0 1110 110 10101011 1011000 110010

Color Harmonies of #11F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F0CE

Black with #11F0CE

Text Example


Text Example

White with #11F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,240,206); }

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

background-color css

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

 a { background-color: rgb(17,240,206); }

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

border-color css

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

 span { border-color: rgb(17,240,206); }

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