Html Css Color HEX #19FDCB Bright Turquoise

📋 copy color: '#19FDCB'

red 25 ◦ green 253 ◦ blue 203

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

Shades of Bright Turquoise #19FDCB

Tints of Bright Turquoise #19FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.6%

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 5.2%
G = 52.6%
B = 42.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#19FDCB (or 0x19FDCB) is known color: Bright Turquoise. HEX triplet: 19, FD and CB. RGB value is (25,253,203). Sum of RGB (Red+Green+Blue) = 25+253+203=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDCB is #E60234. Grayscale: #B3B3B3. Windows color (decimal): -15073845 or 13368601. OLE color: 13368601.

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

Color convert

RGB 25 253 203 -
CMYK 0.90 0 0.20 0.01
HSL 166.84º 0.98% 0.55% -
HSV(B) 166.84º 0.9% 0.99% -
XYZ 46.31 74.77 68.49 -
YUV 179.13 141.46 18.07 -
System Red Green Blue C M Y K H S L
Decimal 25 253 203 0.90 0 0.20 0.01 166.84 0.98 0.55
Hex 19 FD CB 5A 0 14 1 A7 62 37
Octal 31 375 313 132 0 24 1 247 142 67
Binary 11001 11111101 11001011 1011010 0 10100 1 10100111 1100010 110111

Color Harmonies of #19FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FDCB

Black with #19FDCB

Text Example


Text Example

White with #19FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,253,203); }

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

background-color css

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

 a { background-color: rgb(25,253,203); }

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

border-color css

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

 span { border-color: rgb(25,253,203); }

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