Html Css Color HEX #15CECF Dark Turquoise

📋 copy color: '#15CECF'

red 21 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #15CECF

Tints of Dark Turquoise #15CECF

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #15CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CECF

Black with #15CECF

Text Example


Text Example

White with #15CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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