Html Css Color HEX #19FDCF Bright Turquoise

📋 copy color: '#19FDCF'

red 25 ◦ green 253 ◦ blue 207

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

Shades of Bright Turquoise #19FDCF

Tints of Bright Turquoise #19FDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 5.15%
G = 52.16%
B = 42.68%

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

#19FDCF (or 0x19FDCF) is known color: Bright Turquoise. HEX triplet: 19, FD and CF. RGB value is (25,253,207). Sum of RGB (Red+Green+Blue) = 25+253+207=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDCF is #E60230. Grayscale: #B3B3B3. Windows color (decimal): -15073841 or 13630745. OLE color: 13630745.

HSL color Cylindrical-coordinate representation of color #19FDCF: hue angle of 167.89º 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 #19FDCF is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 253 207 -
CMYK 0.90 0 0.18 0.01
HSL 167.89º 0.98% 0.55% -
HSV(B) 167.89º 0.9% 0.99% -
XYZ 46.79 74.96 71.03 -
YUV 179.58 143.46 17.74 -
System Red Green Blue C M Y K H S L
Decimal 25 253 207 0.90 0 0.18 0.01 167.89 0.98 0.55
Hex 19 FD CF 5A 0 12 1 A8 62 37
Octal 31 375 317 132 0 22 1 250 142 67
Binary 11001 11111101 11001111 1011010 0 10010 1 10101000 1100010 110111

Color Harmonies of #19FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FDCF

Black with #19FDCF

Text Example


Text Example

White with #19FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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