Html Css Color HEX #19CFDC Dark Turquoise

📋 copy color: '#19CFDC'

red 25 ◦ green 207 ◦ blue 220

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

Shades of Dark Turquoise #19CFDC

Tints of Dark Turquoise #19CFDC

RGB

 RED value IS 25 (10.16% from 255) = 5.53%

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 5.53%
G = 45.8%
B = 48.67%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#19CFDC (or 0x19CFDC) is known color: Dark Turquoise. HEX triplet: 19, CF and DC. RGB value is (25,207,220). Sum of RGB (Red+Green+Blue) = 25+207+220=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #19CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CFDC is #E63023. Grayscale: #999999. Windows color (decimal): -15085604 or 14470937. OLE color: 14470937.

HSL color Cylindrical-coordinate representation of color #19CFDC: hue angle of 184º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CFDC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 207 220 -
CMYK 0.89 0.06 0 0.14
HSL 184º 0.8% 0.48% -
HSV(B) 184º 0.89% 0.86% -
XYZ 35.63 50 75.48 -
YUV 154.06 165.2 35.94 -
System Red Green Blue C M Y K H S L
Decimal 25 207 220 0.89 0.06 0 0.14 184 0.8 0.48
Hex 19 CF DC 59 6 0 E B8 50 30
Octal 31 317 334 131 6 0 16 270 120 60
Binary 11001 11001111 11011100 1011001 110 0 1110 10111000 1010000 110000

Color Harmonies of #19CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFDC

Black with #19CFDC

Text Example


Text Example

White with #19CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CFDC; }

 p { color: rgb(25,207,220); }

 H1.HeaderClassName
 {
   color: #19CFDC;
 }
 .AnyTagClassName
 {
   color: #19CFDC;
 }
</style>

background-color css

<style>
 a { background-color: #19CFDC; }

 a { background-color: rgb(25,207,220); }

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

border-color css

<style>
 span { border-color: #19CFDC; }

 span { border-color: rgb(25,207,220); }

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