Html Css Color HEX #1FFBEA Bright Turquoise

📋 copy color: '#1FFBEA'

red 31 ◦ green 251 ◦ blue 234

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

Shades of Bright Turquoise #1FFBEA

Tints of Bright Turquoise #1FFBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 6.01%
G = 48.64%
B = 45.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#1FFBEA (or 0x1FFBEA) is known color: Bright Turquoise. HEX triplet: 1F, FB and EA. RGB value is (31,251,234). Sum of RGB (Red+Green+Blue) = 31+251+234=516 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.01% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFBEA is #E00415. Grayscale: #B7B7B7. Windows color (decimal): -14681110 or 15399711. OLE color: 15399711.

HSL color Cylindrical-coordinate representation of color #1FFBEA: hue angle of 175.36º 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 #1FFBEA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 251 234 -
CMYK 0.88 0 0.07 0.02
HSL 175.36º 0.96% 0.55% -
HSV(B) 175.36º 0.88% 0.98% -
XYZ 49.91 75.23 89.73 -
YUV 183.28 156.61 19.38 -
System Red Green Blue C M Y K H S L
Decimal 31 251 234 0.88 0 0.07 0.02 175.36 0.96 0.55
Hex 1F FB EA 58 0 7 2 AF 60 37
Octal 37 373 352 130 0 7 2 257 140 67
Binary 11111 11111011 11101010 1011000 0 111 10 10101111 1100000 110111

Color Harmonies of #1FFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFBEA

Black with #1FFBEA

Text Example


Text Example

White with #1FFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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