Html Css Color HEX #19FCCF Bright Turquoise

📋 copy color: '#19FCCF'

red 25 ◦ green 252 ◦ blue 207

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

Shades of Bright Turquoise #19FCCF

Tints of Bright Turquoise #19FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.07%

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

R = 5.17%
G = 52.07%
B = 42.77%

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

#19FCCF (or 0x19FCCF) is known color: Bright Turquoise. HEX triplet: 19, FC and CF. RGB value is (25,252,207). Sum of RGB (Red+Green+Blue) = 25+252+207=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCCF is #E60330. Grayscale: #B2B2B2. Windows color (decimal): -15074097 or 13630489. OLE color: 13630489.

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

Color convert

RGB 25 252 207 -
CMYK 0.90 0 0.18 0.01
HSL 168.11º 0.97% 0.54% -
HSV(B) 168.11º 0.9% 0.99% -
XYZ 46.47 74.33 70.93 -
YUV 179 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 25 252 207 0.90 0 0.18 0.01 168.11 0.97 0.54
Hex 19 FC CF 5A 0 12 1 A8 61 36
Octal 31 374 317 132 0 22 1 250 141 66
Binary 11001 11111100 11001111 1011010 0 10010 1 10101000 1100001 110110

Color Harmonies of #19FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCCF

Black with #19FCCF

Text Example


Text Example

White with #19FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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