Html Css Color HEX #1FFBEE Bright Turquoise

📋 copy color: '#1FFBEE'

red 31 ◦ green 251 ◦ blue 238

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

Shades of Bright Turquoise #1FFBEE

Tints of Bright Turquoise #1FFBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 5.96%
G = 48.27%
B = 45.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#1FFBEE (or 0x1FFBEE) is known color: Bright Turquoise. HEX triplet: 1F, FB and EE. RGB value is (31,251,238). Sum of RGB (Red+Green+Blue) = 31+251+238=520 (68% of max value = 765). Red value is 31 (12.5% from 255 or 5.96% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFBEE is #E00411. Grayscale: #B7B7B7. Windows color (decimal): -14681106 or 15661855. OLE color: 15661855.

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

Color convert

RGB 31 251 238 -
CMYK 0.88 0 0.05 0.02
HSL 176.45º 0.96% 0.55% -
HSV(B) 176.45º 0.88% 0.98% -
XYZ 50.49 75.46 92.79 -
YUV 183.74 158.61 19.06 -
System Red Green Blue C M Y K H S L
Decimal 31 251 238 0.88 0 0.05 0.02 176.45 0.96 0.55
Hex 1F FB EE 58 0 5 2 B0 60 37
Octal 37 373 356 130 0 5 2 260 140 67
Binary 11111 11111011 11101110 1011000 0 101 10 10110000 1100000 110111

Color Harmonies of #1FFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFBEE

Black with #1FFBEE

Text Example


Text Example

White with #1FFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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