Html Css Color HEX #11CECF Dark Turquoise

📋 copy color: '#11CECF'

red 17 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #11CECF

Tints of Dark Turquoise #11CECF

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #11CECF: hue angle of 180.32º 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 #11CECF is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

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

Color Harmonies of #11CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CECF

Black with #11CECF

Text Example


Text Example

White with #11CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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