Html Css Color HEX #11DCD7 Bright Turquoise

📋 copy color: '#11DCD7'

red 17 ◦ green 220 ◦ blue 215

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

Shades of Bright Turquoise #11DCD7

Tints of Bright Turquoise #11DCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 3.76%
G = 48.67%
B = 47.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#11DCD7 (or 0x11DCD7) is known color: Bright Turquoise. HEX triplet: 11, DC and D7. RGB value is (17,220,215). Sum of RGB (Red+Green+Blue) = 17+220+215=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCD7 is #EE2328. Grayscale: #9E9E9E. Windows color (decimal): -15606569 or 14146577. OLE color: 14146577.

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

Color convert

RGB 17 220 215 -
CMYK 0.92 0 0.02 0.14
HSL 178.52º 0.86% 0.46% -
HSV(B) 178.52º 0.92% 0.86% -
XYZ 38.09 56.21 73.13 -
YUV 158.73 159.75 26.91 -
System Red Green Blue C M Y K H S L
Decimal 17 220 215 0.92 0 0.02 0.14 178.52 0.86 0.46
Hex 11 DC D7 5C 0 2 E B3 56 2E
Octal 21 334 327 134 0 2 16 263 126 56
Binary 10001 11011100 11010111 1011100 0 10 1110 10110011 1010110 101110

Color Harmonies of #11DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCD7

Black with #11DCD7

Text Example


Text Example

White with #11DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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