Html Css Color HEX #19D6EA Bright Turquoise

📋 copy color: '#19D6EA'

red 25 ◦ green 214 ◦ blue 234

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

Shades of Bright Turquoise #19D6EA

Tints of Bright Turquoise #19D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 5.29%
G = 45.24%
B = 49.47%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19D6EA (or 0x19D6EA) is known color: Bright Turquoise. HEX triplet: 19, D6 and EA. RGB value is (25,214,234). Sum of RGB (Red+Green+Blue) = 25+214+234=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #19D6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D6EA is #E62915. Grayscale: #9F9F9F. Windows color (decimal): -15083798 or 15390233. OLE color: 15390233.

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

Color convert

RGB 25 214 234 -
CMYK 0.89 0.09 0 0.08
HSL 185.74º 0.83% 0.51% -
HSV(B) 185.74º 0.89% 0.92% -
XYZ 39.3 54.24 86.24 -
YUV 159.77 169.88 31.87 -
System Red Green Blue C M Y K H S L
Decimal 25 214 234 0.89 0.09 0 0.08 185.74 0.83 0.51
Hex 19 D6 EA 59 9 0 8 BA 53 33
Octal 31 326 352 131 11 0 10 272 123 63
Binary 11001 11010110 11101010 1011001 1001 0 1000 10111010 1010011 110011

Color Harmonies of #19D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D6EA

Black with #19D6EA

Text Example


Text Example

White with #19D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,214,234); }

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

background-color css

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

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

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

border-color css

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

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

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