Html Css Color HEX #19EDED Bright Turquoise

📋 copy color: '#19EDED'

red 25 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #19EDED

Tints of Bright Turquoise #19EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.49%

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

R = 5.01%
G = 47.49%
B = 47.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19EDED (or 0x19EDED) is known color: Bright Turquoise. HEX triplet: 19, ED and ED. RGB value is (25,237,237). Sum of RGB (Red+Green+Blue) = 25+237+237=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #19EDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDED is #E61212. Grayscale: #ADADAD. Windows color (decimal): -15077907 or 15592729. OLE color: 15592729.

HSL color Cylindrical-coordinate representation of color #19EDED: hue angle of 180º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EDED is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 237 237 -
CMYK 0.89 0 0 0.07
HSL 180º 0.85% 0.51% -
HSV(B) 180º 0.89% 0.93% -
XYZ 45.97 66.89 90.61 -
YUV 173.61 163.76 22 -
System Red Green Blue C M Y K H S L
Decimal 25 237 237 0.89 0 0 0.07 180 0.85 0.51
Hex 19 ED ED 59 0 0 7 B4 55 33
Octal 31 355 355 131 0 0 7 264 125 63
Binary 11001 11101101 11101101 1011001 0 0 111 10110100 1010101 110011

Color Harmonies of #19EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EDED

Black with #19EDED

Text Example


Text Example

White with #19EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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