Html Css Color HEX #19F2CE Bright Turquoise

📋 copy color: '#19F2CE'

red 25 ◦ green 242 ◦ blue 206

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

Shades of Bright Turquoise #19F2CE

Tints of Bright Turquoise #19F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.16%

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

R = 5.29%
G = 51.16%
B = 43.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#19F2CE (or 0x19F2CE) is known color: Bright Turquoise. HEX triplet: 19, F2 and CE. RGB value is (25,242,206). Sum of RGB (Red+Green+Blue) = 25+242+206=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2CE is #E60D31. Grayscale: #ACACAC. Windows color (decimal): -15076658 or 13562393. OLE color: 13562393.

HSL color Cylindrical-coordinate representation of color #19F2CE: hue angle of 170.05º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F2CE is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 242 206 -
CMYK 0.90 0 0.15 0.05
HSL 170.05º 0.89% 0.52% -
HSV(B) 170.05º 0.9% 0.95% -
XYZ 43.29 68.17 69.27 -
YUV 173.01 146.61 22.43 -
System Red Green Blue C M Y K H S L
Decimal 25 242 206 0.90 0 0.15 0.05 170.05 0.89 0.52
Hex 19 F2 CE 5A 0 F 5 AA 59 34
Octal 31 362 316 132 0 17 5 252 131 64
Binary 11001 11110010 11001110 1011010 0 1111 101 10101010 1011001 110100

Color Harmonies of #19F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F2CE

Black with #19F2CE

Text Example


Text Example

White with #19F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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