Html Css Color HEX #15CFDA Dark Turquoise

📋 copy color: '#15CFDA'

red 21 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #15CFDA

Tints of Dark Turquoise #15CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

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

R = 4.71%
G = 46.41%
B = 48.88%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15CFDA (or 0x15CFDA) is known color: Dark Turquoise. HEX triplet: 15, CF and DA. RGB value is (21,207,218). Sum of RGB (Red+Green+Blue) = 21+207+218=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #15CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CFDA is #EA3025. Grayscale: #989898. Windows color (decimal): -15347750 or 14339861. OLE color: 14339861.

HSL color Cylindrical-coordinate representation of color #15CFDA: hue angle of 183.35º 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 #15CFDA is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 207 218 -
CMYK 0.90 0.05 0 0.15
HSL 183.35º 0.82% 0.47% -
HSV(B) 183.35º 0.9% 0.85% -
XYZ 35.28 49.85 74.09 -
YUV 152.64 164.88 34.11 -
System Red Green Blue C M Y K H S L
Decimal 21 207 218 0.90 0.05 0 0.15 183.35 0.82 0.47
Hex 15 CF DA 5A 5 0 F B7 52 2F
Octal 25 317 332 132 5 0 17 267 122 57
Binary 10101 11001111 11011010 1011010 101 0 1111 10110111 1010010 101111

Color Harmonies of #15CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CFDA

Black with #15CFDA

Text Example


Text Example

White with #15CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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