Html Css Color HEX #19DEEB Bright Turquoise

📋 copy color: '#19DEEB'

red 25 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #19DEEB

Tints of Bright Turquoise #19DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 5.19%
G = 46.06%
B = 48.76%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19DEEB (or 0x19DEEB) is known color: Bright Turquoise. HEX triplet: 19, DE and EB. RGB value is (25,222,235). Sum of RGB (Red+Green+Blue) = 25+222+235=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #19DEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEEB is #E62114. Grayscale: #A4A4A4. Windows color (decimal): -15081749 or 15457817. OLE color: 15457817.

HSL color Cylindrical-coordinate representation of color #19DEEB: hue angle of 183.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DEEB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 222 235 -
CMYK 0.89 0.06 0 0.08
HSL 183.71º 0.84% 0.51% -
HSV(B) 183.71º 0.89% 0.92% -
XYZ 41.52 58.45 87.69 -
YUV 164.58 167.73 28.44 -
System Red Green Blue C M Y K H S L
Decimal 25 222 235 0.89 0.06 0 0.08 183.71 0.84 0.51
Hex 19 DE EB 59 6 0 8 B8 54 33
Octal 31 336 353 131 6 0 10 270 124 63
Binary 11001 11011110 11101011 1011001 110 0 1000 10111000 1010100 110011

Color Harmonies of #19DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEEB

Black with #19DEEB

Text Example


Text Example

White with #19DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,222,235); }

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

background-color css

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

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

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

border-color css

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

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

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