Html Css Color HEX #19CFDD Dark Turquoise

📋 copy color: '#19CFDD'

red 25 ◦ green 207 ◦ blue 221

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

Shades of Dark Turquoise #19CFDD

Tints of Dark Turquoise #19CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 5.52%
G = 45.7%
B = 48.79%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19CFDD (or 0x19CFDD) is known color: Dark Turquoise. HEX triplet: 19, CF and DD. RGB value is (25,207,221). Sum of RGB (Red+Green+Blue) = 25+207+221=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #19CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CFDD is #E63022. Grayscale: #999999. Windows color (decimal): -15085603 or 14536473. OLE color: 14536473.

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

Color convert

RGB 25 207 221 -
CMYK 0.89 0.06 0 0.13
HSL 184.29º 0.8% 0.48% -
HSV(B) 184.29º 0.89% 0.87% -
XYZ 35.76 50.05 76.18 -
YUV 154.18 165.7 35.86 -
System Red Green Blue C M Y K H S L
Decimal 25 207 221 0.89 0.06 0 0.13 184.29 0.8 0.48
Hex 19 CF DD 59 6 0 D B8 50 30
Octal 31 317 335 131 6 0 15 270 120 60
Binary 11001 11001111 11011101 1011001 110 0 1101 10111000 1010000 110000

Color Harmonies of #19CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFDD

Black with #19CFDD

Text Example


Text Example

White with #19CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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