Html Css Color HEX #1FDEBC Turquoise

📋 copy color: '#1FDEBC'

red 31 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #1FDEBC

Tints of Turquoise #1FDEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 7.03%
G = 50.34%
B = 42.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#1FDEBC (or 0x1FDEBC) is known color: Turquoise. HEX triplet: 1F, DE and BC. RGB value is (31,222,188). Sum of RGB (Red+Green+Blue) = 31+222+188=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEBC is #E02143. Grayscale: #A0A0A0. Windows color (decimal): -14688580 or 12377631. OLE color: 12377631.

HSL color Cylindrical-coordinate representation of color #1FDEBC: hue angle of 169.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDEBC is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 222 188 -
CMYK 0.86 0 0.15 0.13
HSL 169.32º 0.75% 0.5% -
HSV(B) 169.32º 0.86% 0.87% -
XYZ 35.76 56.16 56.53 -
YUV 161.02 143.22 35.26 -
System Red Green Blue C M Y K H S L
Decimal 31 222 188 0.86 0 0.15 0.13 169.32 0.75 0.5
Hex 1F DE BC 56 0 F D A9 4B 32
Octal 37 336 274 126 0 17 15 251 113 62
Binary 11111 11011110 10111100 1010110 0 1111 1101 10101001 1001011 110010

Color Harmonies of #1FDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDEBC

Black with #1FDEBC

Text Example


Text Example

White with #1FDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,222,188); }

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

background-color css

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

 a { background-color: rgb(31,222,188); }

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

border-color css

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

 span { border-color: rgb(31,222,188); }

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