Html Css Color HEX #19EAF2 Bright Turquoise

📋 copy color: '#19EAF2'

red 25 ◦ green 234 ◦ blue 242

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

Shades of Bright Turquoise #19EAF2

Tints of Bright Turquoise #19EAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 4.99%
G = 46.71%
B = 48.3%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19EAF2 (or 0x19EAF2) is known color: Bright Turquoise. HEX triplet: 19, EA and F2. RGB value is (25,234,242). Sum of RGB (Red+Green+Blue) = 25+234+242=501 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.99% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #19EAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EAF2 is #E6150D. Grayscale: #ACACAC. Windows color (decimal): -15078670 or 15919641. OLE color: 15919641.

HSL color Cylindrical-coordinate representation of color #19EAF2: hue angle of 182.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EAF2 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 234 242 -
CMYK 0.90 0.03 0 0.05
HSL 182.21º 0.89% 0.52% -
HSV(B) 182.21º 0.9% 0.95% -
XYZ 45.85 65.46 94.22 -
YUV 172.42 167.26 22.85 -
System Red Green Blue C M Y K H S L
Decimal 25 234 242 0.90 0.03 0 0.05 182.21 0.89 0.52
Hex 19 EA F2 5A 3 0 5 B6 59 34
Octal 31 352 362 132 3 0 5 266 131 64
Binary 11001 11101010 11110010 1011010 11 0 101 10110110 1011001 110100

Color Harmonies of #19EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EAF2

Black with #19EAF2

Text Example


Text Example

White with #19EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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