Html Css Color HEX #19FFCF Bright Turquoise

📋 copy color: '#19FFCF'

red 25 ◦ green 255 ◦ blue 207

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

Shades of Bright Turquoise #19FFCF

Tints of Bright Turquoise #19FFCF

RGB

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

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

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

R = 5.13%
G = 52.36%
B = 42.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#19FFCF (or 0x19FFCF) is known color: Bright Turquoise. HEX triplet: 19, FF and CF. RGB value is (25,255,207). Sum of RGB (Red+Green+Blue) = 25+255+207=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFCF is #E60030. Grayscale: #B4B4B4. Windows color (decimal): -15073329 or 13631257. OLE color: 13631257.

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

Color convert

RGB 25 255 207 -
CMYK 0.90 0 0.19 0
HSL 167.48º 1% 0.55% -
HSV(B) 167.48º 0.9% 1% -
XYZ 47.42 76.23 71.25 -
YUV 180.76 142.8 16.9 -
System Red Green Blue C M Y K H S L
Decimal 25 255 207 0.90 0 0.19 0 167.48 1 0.55
Hex 19 FF CF 5A 0 13 0 A7 64 37
Octal 31 377 317 132 0 23 0 247 144 67
Binary 11001 11111111 11001111 1011010 0 10011 0 10100111 1100100 110111

Color Harmonies of #19FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FFCF

Black with #19FFCF

Text Example


Text Example

White with #19FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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