Html Css Color HEX #19CEE8 Dark Turquoise

📋 copy color: '#19CEE8'

red 25 ◦ green 206 ◦ blue 232

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

Shades of Dark Turquoise #19CEE8

Tints of Dark Turquoise #19CEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

 BLUE value IS 232 (91.02% from 255) = 50.11%

R = 5.4%
G = 44.49%
B = 50.11%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19CEE8 (or 0x19CEE8) is known color: Dark Turquoise. HEX triplet: 19, CE and E8. RGB value is (25,206,232). Sum of RGB (Red+Green+Blue) = 25+206+232=463 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.40% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #19CEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEE8 is #E63117. Grayscale: #9A9A9A. Windows color (decimal): -15085848 or 15257113. OLE color: 15257113.

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

Color convert

RGB 25 206 232 -
CMYK 0.89 0.11 0 0.09
HSL 187.54º 0.82% 0.5% -
HSV(B) 187.54º 0.89% 0.91% -
XYZ 37.04 50.18 84.08 -
YUV 154.85 171.53 35.39 -
System Red Green Blue C M Y K H S L
Decimal 25 206 232 0.89 0.11 0 0.09 187.54 0.82 0.5
Hex 19 CE E8 59 B 0 9 BC 52 32
Octal 31 316 350 131 13 0 11 274 122 62
Binary 11001 11001110 11101000 1011001 1011 0 1001 10111100 1010010 110010

Color Harmonies of #19CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CEE8

Black with #19CEE8

Text Example


Text Example

White with #19CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,206,232); }

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

background-color css

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

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

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

border-color css

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

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

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