Html Css Color HEX #15C2DD Dark Turquoise

📋 copy color: '#15C2DD'

red 21 ◦ green 194 ◦ blue 221

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

Shades of Dark Turquoise #15C2DD

Tints of Dark Turquoise #15C2DD

RGB

 RED value IS 21 (8.59% from 255) = 4.82%

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 4.82%
G = 44.5%
B = 50.69%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15C2DD (or 0x15C2DD) is known color: Dark Turquoise. HEX triplet: 15, C2 and DD. RGB value is (21,194,221). Sum of RGB (Red+Green+Blue) = 21+194+221=436 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.82% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #15C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C2DD is #EA3D22. Grayscale: #919191. Windows color (decimal): -15351075 or 14533141. OLE color: 14533141.

HSL color Cylindrical-coordinate representation of color #15C2DD: hue angle of 188.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C2DD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 194 221 -
CMYK 0.90 0.12 0 0.13
HSL 188.1º 0.83% 0.47% -
HSV(B) 188.1º 0.9% 0.87% -
XYZ 32.65 43.96 75.17 -
YUV 145.35 170.69 39.3 -
System Red Green Blue C M Y K H S L
Decimal 21 194 221 0.90 0.12 0 0.13 188.1 0.83 0.47
Hex 15 C2 DD 5A C 0 D BC 53 2F
Octal 25 302 335 132 14 0 15 274 123 57
Binary 10101 11000010 11011101 1011010 1100 0 1101 10111100 1010011 101111

Color Harmonies of #15C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C2DD

Black with #15C2DD

Text Example


Text Example

White with #15C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15C2DD; }

 p { color: rgb(21,194,221); }

 H1.HeaderClassName
 {
   color: #15C2DD;
 }
 .AnyTagClassName
 {
   color: #15C2DD;
 }
</style>

background-color css

<style>
 a { background-color: #15C2DD; }

 a { background-color: rgb(21,194,221); }

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

border-color css

<style>
 span { border-color: #15C2DD; }

 span { border-color: rgb(21,194,221); }

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