Html Css Color HEX #15C4DA Dark Turquoise

📋 copy color: '#15C4DA'

red 21 ◦ green 196 ◦ blue 218

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

Shades of Dark Turquoise #15C4DA

Tints of Dark Turquoise #15C4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.06%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 4.83%
G = 45.06%
B = 50.11%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15C4DA (or 0x15C4DA) is known color: Dark Turquoise. HEX triplet: 15, C4 and DA. RGB value is (21,196,218). Sum of RGB (Red+Green+Blue) = 21+196+218=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #15C4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C4DA is #EA3B25. Grayscale: #919191. Windows color (decimal): -15350566 or 14337045. OLE color: 14337045.

HSL color Cylindrical-coordinate representation of color #15C4DA: hue angle of 186.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C4DA is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 196 218 -
CMYK 0.90 0.10 0 0.15
HSL 186.7º 0.82% 0.47% -
HSV(B) 186.7º 0.9% 0.85% -
XYZ 32.7 44.7 73.23 -
YUV 146.18 168.52 38.71 -
System Red Green Blue C M Y K H S L
Decimal 21 196 218 0.90 0.10 0 0.15 186.7 0.82 0.47
Hex 15 C4 DA 5A A 0 F BB 52 2F
Octal 25 304 332 132 12 0 17 273 122 57
Binary 10101 11000100 11011010 1011010 1010 0 1111 10111011 1010010 101111

Color Harmonies of #15C4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C4DA

Black with #15C4DA

Text Example


Text Example

White with #15C4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,196,218); }

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

background-color css

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

 a { background-color: rgb(21,196,218); }

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

border-color css

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

 span { border-color: rgb(21,196,218); }

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