Html Css Color HEX #1FE9BA Turquoise

📋 copy color: '#1FE9BA'

red 31 ◦ green 233 ◦ blue 186

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

Shades of Turquoise #1FE9BA

Tints of Turquoise #1FE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.78%

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

R = 6.89%
G = 51.78%
B = 41.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#1FE9BA (or 0x1FE9BA) is known color: Turquoise. HEX triplet: 1F, E9 and BA. RGB value is (31,233,186). Sum of RGB (Red+Green+Blue) = 31+233+186=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9BA is #E01645. Grayscale: #A7A7A7. Windows color (decimal): -14685766 or 12249375. OLE color: 12249375.

HSL color Cylindrical-coordinate representation of color #1FE9BA: hue angle of 166.04º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE9BA is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 233 186 -
CMYK 0.87 0 0.20 0.09
HSL 166.04º 0.82% 0.52% -
HSV(B) 166.04º 0.87% 0.91% -
XYZ 38.57 62.11 56.41 -
YUV 167.24 138.58 30.82 -
System Red Green Blue C M Y K H S L
Decimal 31 233 186 0.87 0 0.20 0.09 166.04 0.82 0.52
Hex 1F E9 BA 57 0 14 9 A6 52 34
Octal 37 351 272 127 0 24 11 246 122 64
Binary 11111 11101001 10111010 1010111 0 10100 1001 10100110 1010010 110100

Color Harmonies of #1FE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE9BA

Black with #1FE9BA

Text Example


Text Example

White with #1FE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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