Html Css Color HEX #15C4DF Dark Turquoise

📋 copy color: '#15C4DF'

red 21 ◦ green 196 ◦ blue 223

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

Shades of Dark Turquoise #15C4DF

Tints of Dark Turquoise #15C4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 4.77%
G = 44.55%
B = 50.68%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15C4DF (or 0x15C4DF) is known color: Dark Turquoise. HEX triplet: 15, C4 and DF. RGB value is (21,196,223). Sum of RGB (Red+Green+Blue) = 21+196+223=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #15C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C4DF is #EA3B20. Grayscale: #929292. Windows color (decimal): -15350561 or 14664725. OLE color: 14664725.

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

Color convert

RGB 21 196 223 -
CMYK 0.91 0.12 0 0.13
HSL 188.02º 0.83% 0.48% -
HSV(B) 188.02º 0.91% 0.87% -
XYZ 33.37 44.97 76.73 -
YUV 146.75 171.02 38.3 -
System Red Green Blue C M Y K H S L
Decimal 21 196 223 0.91 0.12 0 0.13 188.02 0.83 0.48
Hex 15 C4 DF 5B C 0 D BC 53 30
Octal 25 304 337 133 14 0 15 274 123 60
Binary 10101 11000100 11011111 1011011 1100 0 1101 10111100 1010011 110000

Color Harmonies of #15C4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C4DF

Black with #15C4DF

Text Example


Text Example

White with #15C4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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