Html Css Color HEX #1FFBE1 Bright Turquoise

📋 copy color: '#1FFBE1'

red 31 ◦ green 251 ◦ blue 225

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

Shades of Bright Turquoise #1FFBE1

Tints of Bright Turquoise #1FFBE1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 6.11%
G = 49.51%
B = 44.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#1FFBE1 (or 0x1FFBE1) is known color: Bright Turquoise. HEX triplet: 1F, FB and E1. RGB value is (31,251,225). Sum of RGB (Red+Green+Blue) = 31+251+225=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFBE1 is #E0041E. Grayscale: #B6B6B6. Windows color (decimal): -14681119 or 14809887. OLE color: 14809887.

HSL color Cylindrical-coordinate representation of color #1FFBE1: hue angle of 172.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFBE1 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 251 225 -
CMYK 0.88 0 0.10 0.02
HSL 172.91º 0.96% 0.55% -
HSV(B) 172.91º 0.88% 0.98% -
XYZ 48.65 74.72 83.09 -
YUV 182.26 152.11 20.11 -
System Red Green Blue C M Y K H S L
Decimal 31 251 225 0.88 0 0.10 0.02 172.91 0.96 0.55
Hex 1F FB E1 58 0 A 2 AD 60 37
Octal 37 373 341 130 0 12 2 255 140 67
Binary 11111 11111011 11100001 1011000 0 1010 10 10101101 1100000 110111

Color Harmonies of #1FFBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFBE1

Black with #1FFBE1

Text Example


Text Example

White with #1FFBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,251,225); }

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

background-color css

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

 a { background-color: rgb(31,251,225); }

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

border-color css

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

 span { border-color: rgb(31,251,225); }

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