Html Css Color HEX #1FEFBA Turquoise

📋 copy color: '#1FEFBA'

red 31 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #1FEFBA

Tints of Turquoise #1FEFBA

RGB

 RED value IS 31 (12.5% from 255) = 6.8%

 GREEN value IS 239 (93.75% from 255) = 52.41%

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 6.8%
G = 52.41%
B = 40.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#1FEFBA (or 0x1FEFBA) is known color: 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

RGB 31 239 186 -
CMYK 0.87 0 0.22 0.06
HSL 164.71º 0.87% 0.53% -
HSV(B) 164.71º 0.87% 0.94% -
XYZ 40.29 65.57 56.99 -
YUV 170.77 136.59 28.31 -
System Red Green Blue C M Y K H S L
Decimal 31 239 186 0.87 0 0.22 0.06 164.71 0.87 0.53
Hex 1F EF BA 57 0 16 6 A5 57 35
Octal 37 357 272 127 0 26 6 245 127 65
Binary 11111 11101111 10111010 1010111 0 10110 110 10100101 1010111 110101

Color Harmonies of #1FEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEFBA

Black with #1FEFBA

Text Example


Text Example

White with #1FEFBA

Text Example


Text Example

HTML Codes & Css Web 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>