Html Css Color HEX #11DBCF Bright Turquoise

📋 copy color: '#11DBCF'

red 17 ◦ green 219 ◦ blue 207

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

Shades of Bright Turquoise #11DBCF

Tints of Bright Turquoise #11DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.44%

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

R = 3.84%
G = 49.44%
B = 46.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#11DBCF (or 0x11DBCF) is known color: Bright Turquoise. HEX triplet: 11, DB and CF. RGB value is (17,219,207). Sum of RGB (Red+Green+Blue) = 17+219+207=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBCF is #EE2430. Grayscale: #9D9D9D. Windows color (decimal): -15606833 or 13622033. OLE color: 13622033.

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

Color convert

RGB 17 219 207 -
CMYK 0.92 0 0.05 0.14
HSL 176.44º 0.86% 0.46% -
HSV(B) 176.44º 0.92% 0.86% -
XYZ 36.83 55.29 67.76 -
YUV 157.23 156.08 27.98 -
System Red Green Blue C M Y K H S L
Decimal 17 219 207 0.92 0 0.05 0.14 176.44 0.86 0.46
Hex 11 DB CF 5C 0 5 E B0 56 2E
Octal 21 333 317 134 0 5 16 260 126 56
Binary 10001 11011011 11001111 1011100 0 101 1110 10110000 1010110 101110

Color Harmonies of #11DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DBCF

Black with #11DBCF

Text Example


Text Example

White with #11DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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