Html Css Color HEX #19CCCF Dark Turquoise

📋 copy color: '#19CCCF'

red 25 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #19CCCF

Tints of Dark Turquoise #19CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 5.73%
G = 46.79%
B = 47.48%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19CCCF (or 0x19CCCF) is known color: Dark Turquoise. HEX triplet: 19, CC and CF. RGB value is (25,204,207). Sum of RGB (Red+Green+Blue) = 25+204+207=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #19CCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CCCF is #E63330. Grayscale: #969696. Windows color (decimal): -15086385 or 13618201. OLE color: 13618201.

HSL color Cylindrical-coordinate representation of color #19CCCF: hue angle of 180.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CCCF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 204 207 -
CMYK 0.88 0.01 0 0.19
HSL 180.99º 0.78% 0.45% -
HSV(B) 180.99º 0.88% 0.81% -
XYZ 33.26 47.9 66.52 -
YUV 150.82 159.7 38.26 -
System Red Green Blue C M Y K H S L
Decimal 25 204 207 0.88 0.01 0 0.19 180.99 0.78 0.45
Hex 19 CC CF 58 1 0 13 B5 4E 2D
Octal 31 314 317 130 1 0 23 265 116 55
Binary 11001 11001100 11001111 1011000 1 0 10011 10110101 1001110 101101

Color Harmonies of #19CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCCF

Black with #19CCCF

Text Example


Text Example

White with #19CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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