#1FF0C4

Color #1FF0C4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1FF0C4

Tints of Bright Turquoise #1FF0C4

Color information

#1FF0C4 (or 0x1FF0C4) is unknown color: approx Bright Turquoise. HEX triplet: 1F, F0 and C4. RGB value is (31,240,196). Sum of RGB (Red+Green+Blue) = 31+240+196=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF0C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF0C4 is #E00F3B. Grayscale: #ACACAC. Windows color (decimal): -14683964 or 12906527. OLE color: 12906527.

HSL color Cylindrical-coordinate representation of color #1FF0C4: hue angle of 167.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF0C4 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB31240196-
CMYK0.8700.180.06
HSL167.37º87.45%53.14%-
HSV(B)167.37º87.08%94.12%-
XYZ41.6966.662.88-
YUV172.49141.2627.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.64%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=6.64%
G=51.39%
B=41.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312401960.8700.180.06167.3787.4553.14
Hex1FF0C4570126a75735
Octal37360304127022624712765
Binary1111111110000110001001010111010010110101001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FF0C4; }

 p { color: rgb(31,240,196); }

 H1.HeaderClassName
 {
   color: #1FF0C4;
 }
 .AnyTagClassName
 {
   color: #1FF0C4;
 }
</style>
background-color css

<style>
 a { background-color: #1FF0C4; }

 a { background-color: rgb(31,240,196); }

 div.DivClassName
 {
   background-color: #1FF0C4;
 }
 .BgClassName
 {
   background-color: #1FF0C4;
 }
</style>
border-color css

<style>
 span { border-color: #1FF0C4; }

 span { border-color: rgb(31,240,196); }

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