Html Css Color HEX #19E9CF Bright Turquoise

📋 copy color: '#19E9CF'

red 25 ◦ green 233 ◦ blue 207

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

Shades of Bright Turquoise #19E9CF

Tints of Bright Turquoise #19E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.11%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 5.38%
G = 50.11%
B = 44.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#19E9CF (or 0x19E9CF) is known color: Bright Turquoise. HEX triplet: 19, E9 and CF. RGB value is (25,233,207). Sum of RGB (Red+Green+Blue) = 25+233+207=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9CF is #E61630. Grayscale: #A7A7A7. Windows color (decimal): -15078961 or 13625625. OLE color: 13625625.

HSL color Cylindrical-coordinate representation of color #19E9CF: hue angle of 172.5º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E9CF is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 233 207 -
CMYK 0.89 0 0.11 0.09
HSL 172.5º 0.83% 0.51% -
HSV(B) 172.5º 0.89% 0.91% -
XYZ 40.8 62.99 69.04 -
YUV 167.84 150.09 26.11 -
System Red Green Blue C M Y K H S L
Decimal 25 233 207 0.89 0 0.11 0.09 172.5 0.83 0.51
Hex 19 E9 CF 59 0 B 9 AC 53 33
Octal 31 351 317 131 0 13 11 254 123 63
Binary 11001 11101001 11001111 1011001 0 1011 1001 10101100 1010011 110011

Color Harmonies of #19E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9CF

Black with #19E9CF

Text Example


Text Example

White with #19E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,233,207); }

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

background-color css

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

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

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

border-color css

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

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

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