Html Css Color HEX #11CBDB Dark Turquoise

📋 copy color: '#11CBDB'

red 17 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #11CBDB

Tints of Dark Turquoise #11CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 3.87%
G = 46.24%
B = 49.89%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11CBDB (or 0x11CBDB) is known color: Dark Turquoise. HEX triplet: 11, CB and DB. RGB value is (17,203,219). Sum of RGB (Red+Green+Blue) = 17+203+219=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #11CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CBDB is #EE3424. Grayscale: #949494. Windows color (decimal): -15610917 or 14404369. OLE color: 14404369.

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

Color convert

RGB 17 203 219 -
CMYK 0.92 0.07 0 0.14
HSL 184.75º 0.86% 0.46% -
HSV(B) 184.75º 0.92% 0.86% -
XYZ 34.37 47.95 74.46 -
YUV 149.21 167.38 33.7 -
System Red Green Blue C M Y K H S L
Decimal 17 203 219 0.92 0.07 0 0.14 184.75 0.86 0.46
Hex 11 CB DB 5C 7 0 E B9 56 2E
Octal 21 313 333 134 7 0 16 271 126 56
Binary 10001 11001011 11011011 1011100 111 0 1110 10111001 1010110 101110

Color Harmonies of #11CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBDB

Black with #11CBDB

Text Example


Text Example

White with #11CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,203,219); }

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

background-color css

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

 a { background-color: rgb(17,203,219); }

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

border-color css

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

 span { border-color: rgb(17,203,219); }

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