Html Css Color HEX #1FEDBA Turquoise

📋 copy color: '#1FEDBA'

red 31 ◦ green 237 ◦ blue 186

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

Shades of Turquoise #1FEDBA

Tints of Turquoise #1FEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.2%

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

R = 6.83%
G = 52.2%
B = 40.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#1FEDBA (or 0x1FEDBA) is known color: Turquoise. HEX triplet: 1F, ED and BA. RGB value is (31,237,186). Sum of RGB (Red+Green+Blue) = 31+237+186=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDBA is #E01245. Grayscale: #A9A9A9. Windows color (decimal): -14684742 or 12250399. OLE color: 12250399.

HSL color Cylindrical-coordinate representation of color #1FEDBA: hue angle of 165.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEDBA is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 237 186 -
CMYK 0.87 0 0.22 0.07
HSL 165.15º 0.85% 0.53% -
HSV(B) 165.15º 0.87% 0.93% -
XYZ 39.71 64.4 56.79 -
YUV 169.59 137.25 29.15 -
System Red Green Blue C M Y K H S L
Decimal 31 237 186 0.87 0 0.22 0.07 165.15 0.85 0.53
Hex 1F ED BA 57 0 16 7 A5 55 35
Octal 37 355 272 127 0 26 7 245 125 65
Binary 11111 11101101 10111010 1010111 0 10110 111 10100101 1010101 110101

Color Harmonies of #1FEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEDBA

Black with #1FEDBA

Text Example


Text Example

White with #1FEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FEDBA;
 }
 .AnyTagClassName
 {
   color: #1FEDBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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