Html Css Color HEX #19EDDF Bright Turquoise

📋 copy color: '#19EDDF'

red 25 ◦ green 237 ◦ blue 223

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

Shades of Bright Turquoise #19EDDF

Tints of Bright Turquoise #19EDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 5.15%
G = 48.87%
B = 45.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#19EDDF (or 0x19EDDF) is known color: Bright Turquoise. HEX triplet: 19, ED and DF. RGB value is (25,237,223). Sum of RGB (Red+Green+Blue) = 25+237+223=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDDF is #E61220. Grayscale: #ABABAB. Windows color (decimal): -15077921 or 14675225. OLE color: 14675225.

HSL color Cylindrical-coordinate representation of color #19EDDF: hue angle of 176.04º 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 #19EDDF is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 237 223 -
CMYK 0.89 0 0.06 0.07
HSL 176.04º 0.85% 0.51% -
HSV(B) 176.04º 0.89% 0.93% -
XYZ 44 66.1 80.25 -
YUV 172.02 156.76 23.14 -
System Red Green Blue C M Y K H S L
Decimal 25 237 223 0.89 0 0.06 0.07 176.04 0.85 0.51
Hex 19 ED DF 59 0 6 7 B0 55 33
Octal 31 355 337 131 0 6 7 260 125 63
Binary 11001 11101101 11011111 1011001 0 110 111 10110000 1010101 110011

Color Harmonies of #19EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EDDF

Black with #19EDDF

Text Example


Text Example

White with #19EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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