#1FEFBA

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

Shades of Turquoise #1FEFBA

Tints of Turquoise #1FEFBA

Color information

#1FEFBA (or 0x1FEFBA) is unknown color: approx Turquoise. HEX triplet: 1F, EF and BA. RGB value is (31,239,186). Sum of RGB (Red+Green+Blue) = 31+239+186=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFBA is #E01045. Grayscale: #AAAAAA. Windows color (decimal): -14684230 or 12250911. OLE color: 12250911.

HSL color Cylindrical-coordinate representation of color #1FEFBA: hue angle of 164.71º 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 #1FEFBA is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB31239186-
CMYK0.8700.220.06
HSL164.71º86.67%52.94%-
HSV(B)164.71º87.03%93.73%-
XYZ40.2965.5756.99-
YUV170.77136.5928.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.80%
GREEN value IS 239 (93.75% from 255) = 52.41%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=6.80%
G=52.41%
B=40.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312391860.8700.220.06164.7186.6752.94
Hex1FEFBA570166a55735
Octal37357272127026624512765
Binary1111111101111101110101010111010110110101001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,239,186); }

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

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

 a { background-color: rgb(31,239,186); }

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

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

 span { border-color: rgb(31,239,186); }

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