Html Css Color HEX #1FEEBB Turquoise

📋 copy color: '#1FEEBB'

red 31 ◦ green 238 ◦ blue 187

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

Shades of Turquoise #1FEEBB

Tints of Turquoise #1FEEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 6.8%
G = 52.19%
B = 41.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#1FEEBB (or 0x1FEEBB) is known color: Turquoise. HEX triplet: 1F, EE and BB. RGB value is (31,238,187). Sum of RGB (Red+Green+Blue) = 31+238+187=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEEBB is #E01144. Grayscale: #AAAAAA. Windows color (decimal): -14684485 or 12316191. OLE color: 12316191.

HSL color Cylindrical-coordinate representation of color #1FEEBB: hue angle of 165.22º degrees, saturation: 0.86, 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 #1FEEBB is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 238 187 -
CMYK 0.87 0 0.21 0.07
HSL 165.22º 0.86% 0.53% -
HSV(B) 165.22º 0.87% 0.93% -
XYZ 40.11 65.03 57.45 -
YUV 170.29 137.42 28.65 -
System Red Green Blue C M Y K H S L
Decimal 31 238 187 0.87 0 0.21 0.07 165.22 0.86 0.53
Hex 1F EE BB 57 0 15 7 A5 56 35
Octal 37 356 273 127 0 25 7 245 126 65
Binary 11111 11101110 10111011 1010111 0 10101 111 10100101 1010110 110101

Color Harmonies of #1FEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEEBB

Black with #1FEEBB

Text Example


Text Example

White with #1FEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,238,187); }

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

background-color css

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

 a { background-color: rgb(31,238,187); }

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

border-color css

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

 span { border-color: rgb(31,238,187); }

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