Html Css Color HEX #1FEBBE Turquoise

📋 copy color: '#1FEBBE'

red 31 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #1FEBBE

Tints of Turquoise #1FEBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.54%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 6.8%
G = 51.54%
B = 41.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#1FEBBE (or 0x1FEBBE) is known color: Turquoise. HEX triplet: 1F, EB and BE. RGB value is (31,235,190). Sum of RGB (Red+Green+Blue) = 31+235+190=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEBBE is #E01441. Grayscale: #A8A8A8. Windows color (decimal): -14685250 or 12512031. OLE color: 12512031.

HSL color Cylindrical-coordinate representation of color #1FEBBE: hue angle of 166.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEBBE is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 235 190 -
CMYK 0.87 0 0.19 0.08
HSL 166.76º 0.84% 0.52% -
HSV(B) 166.76º 0.87% 0.92% -
XYZ 39.57 63.43 58.87 -
YUV 168.87 139.91 29.66 -
System Red Green Blue C M Y K H S L
Decimal 31 235 190 0.87 0 0.19 0.08 166.76 0.84 0.52
Hex 1F EB BE 57 0 13 8 A7 54 34
Octal 37 353 276 127 0 23 10 247 124 64
Binary 11111 11101011 10111110 1010111 0 10011 1000 10100111 1010100 110100

Color Harmonies of #1FEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEBBE

Black with #1FEBBE

Text Example


Text Example

White with #1FEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,235,190); }

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

background-color css

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

 a { background-color: rgb(31,235,190); }

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

border-color css

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

 span { border-color: rgb(31,235,190); }

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