Html Css Color HEX #11CFCE Dark Turquoise

📋 copy color: '#11CFCE'

red 17 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #11CFCE

Tints of Dark Turquoise #11CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.14%

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

R = 3.95%
G = 48.14%
B = 47.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#11CFCE (or 0x11CFCE) is known color: Dark Turquoise. HEX triplet: 11, CF and CE. RGB value is (17,207,206). Sum of RGB (Red+Green+Blue) = 17+207+206=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFCE is #EE3031. Grayscale: #959595. Windows color (decimal): -15609906 or 13553425. OLE color: 13553425.

HSL color Cylindrical-coordinate representation of color #11CFCE: hue angle of 179.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CFCE is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 207 206 -
CMYK 0.92 0 0.00 0.19
HSL 179.68º 0.85% 0.44% -
HSV(B) 179.68º 0.92% 0.81% -
XYZ 33.68 49.2 66.11 -
YUV 150.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 17 207 206 0.92 0 0.00 0.19 179.68 0.85 0.44
Hex 11 CF CE 5C 0 0 13 B4 55 2C
Octal 21 317 316 134 0 0 23 264 125 54
Binary 10001 11001111 11001110 1011100 0 0 10011 10110100 1010101 101100

Color Harmonies of #11CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CFCE

Black with #11CFCE

Text Example


Text Example

White with #11CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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