Html Css Color HEX #1FFEED Bright Turquoise

📋 copy color: '#1FFEED'

red 31 ◦ green 254 ◦ blue 237

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

Shades of Bright Turquoise #1FFEED

Tints of Bright Turquoise #1FFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.66%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 5.94%
G = 48.66%
B = 45.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#1FFEED (or 0x1FFEED) is known color: Bright Turquoise. HEX triplet: 1F, FE and ED. RGB value is (31,254,237). Sum of RGB (Red+Green+Blue) = 31+254+237=522 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.94% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFEED is #E00112. Grayscale: #B9B9B9. Windows color (decimal): -14680339 or 15597087. OLE color: 15597087.

HSL color Cylindrical-coordinate representation of color #1FFEED: hue angle of 175.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFEED is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 31 254 237 -
CMYK 0.88 0 0.07 0.00
HSL 175.43º 0.99% 0.56% -
HSV(B) 175.43º 0.88% 1% -
XYZ 51.29 77.29 92.34 -
YUV 185.39 157.12 17.88 -
System Red Green Blue C M Y K H S L
Decimal 31 254 237 0.88 0 0.07 0.00 175.43 0.99 0.56
Hex 1F FE ED 58 0 7 0 AF 63 38
Octal 37 376 355 130 0 7 0 257 143 70
Binary 11111 11111110 11101101 1011000 0 111 0 10101111 1100011 111000

Color Harmonies of #1FFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFEED

Black with #1FFEED

Text Example


Text Example

White with #1FFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,254,237); }

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

background-color css

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

 a { background-color: rgb(31,254,237); }

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

border-color css

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

 span { border-color: rgb(31,254,237); }

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