Html Css Color HEX #19EBCD Bright Turquoise

📋 copy color: '#19EBCD'

red 25 ◦ green 235 ◦ blue 205

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

Shades of Bright Turquoise #19EBCD

Tints of Bright Turquoise #19EBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.54%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 5.38%
G = 50.54%
B = 44.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#19EBCD (or 0x19EBCD) is known color: Bright Turquoise. HEX triplet: 19, EB and CD. RGB value is (25,235,205). Sum of RGB (Red+Green+Blue) = 25+235+205=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EBCD is #E61432. Grayscale: #A8A8A8. Windows color (decimal): -15078451 or 13495065. OLE color: 13495065.

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

Color convert

RGB 25 235 205 -
CMYK 0.89 0 0.13 0.08
HSL 171.43º 0.84% 0.51% -
HSV(B) 171.43º 0.89% 0.92% -
XYZ 41.13 64.03 67.95 -
YUV 168.79 148.43 25.44 -
System Red Green Blue C M Y K H S L
Decimal 25 235 205 0.89 0 0.13 0.08 171.43 0.84 0.51
Hex 19 EB CD 59 0 D 8 AB 54 33
Octal 31 353 315 131 0 15 10 253 124 63
Binary 11001 11101011 11001101 1011001 0 1101 1000 10101011 1010100 110011

Color Harmonies of #19EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EBCD

Black with #19EBCD

Text Example


Text Example

White with #19EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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