Html Css Color HEX #19CCE9 Dark Turquoise

📋 copy color: '#19CCE9'

red 25 ◦ green 204 ◦ blue 233

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

Shades of Dark Turquoise #19CCE9

Tints of Dark Turquoise #19CCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.43%

R = 5.41%
G = 44.16%
B = 50.43%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19CCE9 (or 0x19CCE9) is known color: Dark Turquoise. HEX triplet: 19, CC and E9. RGB value is (25,204,233). Sum of RGB (Red+Green+Blue) = 25+204+233=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #19CCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCE9 is #E63316. Grayscale: #999999. Windows color (decimal): -15086359 or 15322137. OLE color: 15322137.

HSL color Cylindrical-coordinate representation of color #19CCE9: hue angle of 188.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CCE9 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 204 233 -
CMYK 0.89 0.12 0 0.09
HSL 188.37º 0.83% 0.51% -
HSV(B) 188.37º 0.89% 0.91% -
XYZ 36.7 49.28 84.67 -
YUV 153.79 172.7 36.14 -
System Red Green Blue C M Y K H S L
Decimal 25 204 233 0.89 0.12 0 0.09 188.37 0.83 0.51
Hex 19 CC E9 59 C 0 9 BC 53 33
Octal 31 314 351 131 14 0 11 274 123 63
Binary 11001 11001100 11101001 1011001 1100 0 1001 10111100 1010011 110011

Color Harmonies of #19CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCE9

Black with #19CCE9

Text Example


Text Example

White with #19CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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