Html Css Color HEX #15CFCE Dark Turquoise

📋 copy color: '#15CFCE'

red 21 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #15CFCE

Tints of Dark Turquoise #15CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 4.84%
G = 47.7%
B = 47.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#15CFCE (or 0x15CFCE) is known color: Dark Turquoise. HEX triplet: 15, CF and CE. RGB value is (21,207,206). Sum of RGB (Red+Green+Blue) = 21+207+206=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #15CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CFCE is #EA3031. Grayscale: #979797. Windows color (decimal): -15347762 or 13553429. OLE color: 13553429.

HSL color Cylindrical-coordinate representation of color #15CFCE: hue angle of 179.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CFCE is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 207 206 -
CMYK 0.90 0 0.00 0.19
HSL 179.68º 0.82% 0.45% -
HSV(B) 179.68º 0.9% 0.81% -
XYZ 33.76 49.24 66.12 -
YUV 151.27 158.88 35.08 -
System Red Green Blue C M Y K H S L
Decimal 21 207 206 0.90 0 0.00 0.19 179.68 0.82 0.45
Hex 15 CF CE 5A 0 0 13 B4 52 2D
Octal 25 317 316 132 0 0 23 264 122 55
Binary 10101 11001111 11001110 1011010 0 0 10011 10110100 1010010 101101

Color Harmonies of #15CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CFCE

Black with #15CFCE

Text Example


Text Example

White with #15CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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