Html Css Color HEX #19CFCF Dark Turquoise

📋 copy color: '#19CFCF'

red 25 ◦ green 207 ◦ blue 207

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

Shades of Dark Turquoise #19CFCF

Tints of Dark Turquoise #19CFCF

RGB

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

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

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

R = 5.69%
G = 47.15%
B = 47.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19CFCF (or 0x19CFCF) is known color: Dark Turquoise. HEX triplet: 19, CF and CF. RGB value is (25,207,207). Sum of RGB (Red+Green+Blue) = 25+207+207=439 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.69% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #19CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CFCF is #E63030. Grayscale: #989898. Windows color (decimal): -15085617 or 13618969. OLE color: 13618969.

HSL color Cylindrical-coordinate representation of color #19CFCF: hue angle of 180º 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 #19CFCF is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 207 207 -
CMYK 0.88 0 0 0.19
HSL 180º 0.78% 0.45% -
HSV(B) 180º 0.88% 0.81% -
XYZ 33.98 49.34 66.76 -
YUV 152.58 158.7 37 -
System Red Green Blue C M Y K H S L
Decimal 25 207 207 0.88 0 0 0.19 180 0.78 0.45
Hex 19 CF CF 58 0 0 13 B4 4E 2D
Octal 31 317 317 130 0 0 23 264 116 55
Binary 11001 11001111 11001111 1011000 0 0 10011 10110100 1001110 101101

Color Harmonies of #19CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFCF

Black with #19CFCF

Text Example


Text Example

White with #19CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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