Html Css Color HEX #19EAF5 Bright Turquoise

📋 copy color: '#19EAF5'

red 25 ◦ green 234 ◦ blue 245

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

Shades of Bright Turquoise #19EAF5

Tints of Bright Turquoise #19EAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 4.96%
G = 46.43%
B = 48.61%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#19EAF5 (or 0x19EAF5) is known color: Bright Turquoise. HEX triplet: 19, EA and F5. RGB value is (25,234,245). Sum of RGB (Red+Green+Blue) = 25+234+245=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #19EAF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EAF5 is #E6150A. Grayscale: #ACACAC. Windows color (decimal): -15078667 or 16116249. OLE color: 16116249.

HSL color Cylindrical-coordinate representation of color #19EAF5: hue angle of 183º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EAF5 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 234 245 -
CMYK 0.90 0.04 0 0.04
HSL 183º 0.92% 0.53% -
HSV(B) 183º 0.9% 0.96% -
XYZ 46.31 65.64 96.62 -
YUV 172.76 168.76 22.61 -
System Red Green Blue C M Y K H S L
Decimal 25 234 245 0.90 0.04 0 0.04 183 0.92 0.53
Hex 19 EA F5 5A 4 0 4 B7 5C 35
Octal 31 352 365 132 4 0 4 267 134 65
Binary 11001 11101010 11110101 1011010 100 0 100 10110111 1011100 110101

Color Harmonies of #19EAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EAF5

Black with #19EAF5

Text Example


Text Example

White with #19EAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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