Html Css Color HEX #19CBE0 Dark Turquoise

📋 copy color: '#19CBE0'

red 25 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #19CBE0

Tints of Dark Turquoise #19CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 5.53%
G = 44.91%
B = 49.56%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#19CBE0 (or 0x19CBE0) is known color: Dark Turquoise. HEX triplet: 19, CB and E0. RGB value is (25,203,224). Sum of RGB (Red+Green+Blue) = 25+203+224=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #19CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBE0 is #E6341F. Grayscale: #979797. Windows color (decimal): -15086624 or 14732057. OLE color: 14732057.

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

Color convert

RGB 25 203 224 -
CMYK 0.89 0.09 0 0.12
HSL 186.33º 0.8% 0.49% -
HSV(B) 186.33º 0.89% 0.88% -
XYZ 35.21 48.3 77.99 -
YUV 152.17 168.53 37.29 -
System Red Green Blue C M Y K H S L
Decimal 25 203 224 0.89 0.09 0 0.12 186.33 0.8 0.49
Hex 19 CB E0 59 9 0 C BA 50 31
Octal 31 313 340 131 11 0 14 272 120 61
Binary 11001 11001011 11100000 1011001 1001 0 1100 10111010 1010000 110001

Color Harmonies of #19CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CBE0

Black with #19CBE0

Text Example


Text Example

White with #19CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,203,224); }

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

background-color css

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

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

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

border-color css

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

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

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