Html Css Color HEX #19FFCA Bright Turquoise

📋 copy color: '#19FFCA'

red 25 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #19FFCA

Tints of Bright Turquoise #19FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 5.19%
G = 52.9%
B = 41.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#19FFCA (or 0x19FFCA) is known color: Bright Turquoise. HEX triplet: 19, FF and CA. RGB value is (25,255,202). Sum of RGB (Red+Green+Blue) = 25+255+202=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFCA is #E60035. Grayscale: #B4B4B4. Windows color (decimal): -15073334 or 13303577. OLE color: 13303577.

HSL color Cylindrical-coordinate representation of color #19FFCA: hue angle of 166.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFCA is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 25 255 202 -
CMYK 0.90 0 0.21 0
HSL 166.17º 1% 0.55% -
HSV(B) 166.17º 0.9% 1% -
XYZ 46.82 75.99 68.08 -
YUV 180.19 140.3 17.31 -
System Red Green Blue C M Y K H S L
Decimal 25 255 202 0.90 0 0.21 0 166.17 1 0.55
Hex 19 FF CA 5A 0 15 0 A6 64 37
Octal 31 377 312 132 0 25 0 246 144 67
Binary 11001 11111111 11001010 1011010 0 10101 0 10100110 1100100 110111

Color Harmonies of #19FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FFCA

Black with #19FFCA

Text Example


Text Example

White with #19FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,255,202); }

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

background-color css

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

 a { background-color: rgb(25,255,202); }

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

border-color css

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

 span { border-color: rgb(25,255,202); }

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