Html Css Color HEX #19FCCE Bright Turquoise

📋 copy color: '#19FCCE'

red 25 ◦ green 252 ◦ blue 206

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

Shades of Bright Turquoise #19FCCE

Tints of Bright Turquoise #19FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.17%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 5.18%
G = 52.17%
B = 42.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#19FCCE (or 0x19FCCE) is known color: Bright Turquoise. HEX triplet: 19, FC and CE. RGB value is (25,252,206). Sum of RGB (Red+Green+Blue) = 25+252+206=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCCE is #E60331. Grayscale: #B2B2B2. Windows color (decimal): -15074098 or 13564953. OLE color: 13564953.

HSL color Cylindrical-coordinate representation of color #19FCCE: hue angle of 167.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCCE is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 252 206 -
CMYK 0.90 0 0.18 0.01
HSL 167.84º 0.97% 0.54% -
HSV(B) 167.84º 0.9% 0.99% -
XYZ 46.35 74.28 70.29 -
YUV 178.88 143.29 18.24 -
System Red Green Blue C M Y K H S L
Decimal 25 252 206 0.90 0 0.18 0.01 167.84 0.97 0.54
Hex 19 FC CE 5A 0 12 1 A8 61 36
Octal 31 374 316 132 0 22 1 250 141 66
Binary 11001 11111100 11001110 1011010 0 10010 1 10101000 1100001 110110

Color Harmonies of #19FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCCE

Black with #19FCCE

Text Example


Text Example

White with #19FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,252,206); }

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

background-color css

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

 a { background-color: rgb(25,252,206); }

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

border-color css

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

 span { border-color: rgb(25,252,206); }

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