Html Css Color HEX #11CFDA Dark Turquoise

📋 copy color: '#11CFDA'

red 17 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #11CFDA

Tints of Dark Turquoise #11CFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 3.85%
G = 46.83%
B = 49.32%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#11CFDA (or 0x11CFDA) is known color: Dark Turquoise. HEX triplet: 11, CF and DA. RGB value is (17,207,218). Sum of RGB (Red+Green+Blue) = 17+207+218=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #11CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFDA is #EE3025. Grayscale: #979797. Windows color (decimal): -15609894 or 14339857. OLE color: 14339857.

HSL color Cylindrical-coordinate representation of color #11CFDA: hue angle of 183.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CFDA is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 207 218 -
CMYK 0.92 0.05 0 0.15
HSL 183.28º 0.86% 0.46% -
HSV(B) 183.28º 0.92% 0.85% -
XYZ 35.2 49.81 74.09 -
YUV 151.44 165.55 32.11 -
System Red Green Blue C M Y K H S L
Decimal 17 207 218 0.92 0.05 0 0.15 183.28 0.86 0.46
Hex 11 CF DA 5C 5 0 F B7 56 2E
Octal 21 317 332 134 5 0 17 267 126 56
Binary 10001 11001111 11011010 1011100 101 0 1111 10110111 1010110 101110

Color Harmonies of #11CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CFDA

Black with #11CFDA

Text Example


Text Example

White with #11CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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