Html Css Color HEX #19F2ED Bright Turquoise

📋 copy color: '#19F2ED'

red 25 ◦ green 242 ◦ blue 237

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

Shades of Bright Turquoise #19F2ED

Tints of Bright Turquoise #19F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 4.96%
G = 48.02%
B = 47.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#19F2ED (or 0x19F2ED) is known color: Bright Turquoise. HEX triplet: 19, F2 and ED. RGB value is (25,242,237). Sum of RGB (Red+Green+Blue) = 25+242+237=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F2ED is #E60D12. Grayscale: #B0B0B0. Windows color (decimal): -15076627 or 15594009. OLE color: 15594009.

HSL color Cylindrical-coordinate representation of color #19F2ED: hue angle of 178.62º 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 #19F2ED is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 242 237 -
CMYK 0.90 0 0.02 0.05
HSL 178.62º 0.89% 0.52% -
HSV(B) 178.62º 0.9% 0.95% -
XYZ 47.44 69.83 91.1 -
YUV 176.55 162.11 19.91 -
System Red Green Blue C M Y K H S L
Decimal 25 242 237 0.90 0 0.02 0.05 178.62 0.89 0.52
Hex 19 F2 ED 5A 0 2 5 B3 59 34
Octal 31 362 355 132 0 2 5 263 131 64
Binary 11001 11110010 11101101 1011010 0 10 101 10110011 1011001 110100

Color Harmonies of #19F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F2ED

Black with #19F2ED

Text Example


Text Example

White with #19F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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