Html Css Color HEX #11DCCF Bright Turquoise

📋 copy color: '#11DCCF'

red 17 ◦ green 220 ◦ blue 207

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

Shades of Bright Turquoise #11DCCF

Tints of Bright Turquoise #11DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

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

R = 3.83%
G = 49.55%
B = 46.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#11DCCF (or 0x11DCCF) is known color: Bright Turquoise. HEX triplet: 11, DC and CF. RGB value is (17,220,207). Sum of RGB (Red+Green+Blue) = 17+220+207=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCCF is #EE2330. Grayscale: #9D9D9D. Windows color (decimal): -15606577 or 13622289. OLE color: 13622289.

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

Color convert

RGB 17 220 207 -
CMYK 0.92 0 0.06 0.14
HSL 176.16º 0.86% 0.46% -
HSV(B) 176.16º 0.92% 0.86% -
XYZ 37.09 55.81 67.85 -
YUV 157.82 155.75 27.56 -
System Red Green Blue C M Y K H S L
Decimal 17 220 207 0.92 0 0.06 0.14 176.16 0.86 0.46
Hex 11 DC CF 5C 0 6 E B0 56 2E
Octal 21 334 317 134 0 6 16 260 126 56
Binary 10001 11011100 11001111 1011100 0 110 1110 10110000 1010110 101110

Color Harmonies of #11DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCCF

Black with #11DCCF

Text Example


Text Example

White with #11DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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