Html Css Color HEX #19E7CC Bright Turquoise

📋 copy color: '#19E7CC'

red 25 ◦ green 231 ◦ blue 204

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

Shades of Bright Turquoise #19E7CC

Tints of Bright Turquoise #19E7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.22%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 5.43%
G = 50.22%
B = 44.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#19E7CC (or 0x19E7CC) is known color: Bright Turquoise. HEX triplet: 19, E7 and CC. RGB value is (25,231,204). Sum of RGB (Red+Green+Blue) = 25+231+204=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #19E7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E7CC is #E61833. Grayscale: #A6A6A6. Windows color (decimal): -15079476 or 13428505. OLE color: 13428505.

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

Color convert

RGB 25 231 204 -
CMYK 0.89 0 0.12 0.09
HSL 172.14º 0.81% 0.5% -
HSV(B) 172.14º 0.89% 0.91% -
XYZ 39.88 61.72 66.94 -
YUV 166.33 149.25 27.2 -
System Red Green Blue C M Y K H S L
Decimal 25 231 204 0.89 0 0.12 0.09 172.14 0.81 0.5
Hex 19 E7 CC 59 0 C 9 AC 51 32
Octal 31 347 314 131 0 14 11 254 121 62
Binary 11001 11100111 11001100 1011001 0 1100 1001 10101100 1010001 110010

Color Harmonies of #19E7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E7CC

Black with #19E7CC

Text Example


Text Example

White with #19E7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,231,204); }

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

background-color css

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

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

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

border-color css

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

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

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