Html Css Color HEX #1FEDEC Bright Turquoise

📋 copy color: '#1FEDEC'

red 31 ◦ green 237 ◦ blue 236

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

Shades of Bright Turquoise #1FEDEC

Tints of Bright Turquoise #1FEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 6.15%
G = 47.02%
B = 46.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#1FEDEC (or 0x1FEDEC) is known color: Bright Turquoise. HEX triplet: 1F, ED and EC. RGB value is (31,237,236). Sum of RGB (Red+Green+Blue) = 31+237+236=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEDEC is #E01213. Grayscale: #AFAFAF. Windows color (decimal): -14684692 or 15527199. OLE color: 15527199.

HSL color Cylindrical-coordinate representation of color #1FEDEC: hue angle of 179.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEDEC is Cyan = 0.87, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 237 236 -
CMYK 0.87 0 0.00 0.07
HSL 179.71º 0.85% 0.53% -
HSV(B) 179.71º 0.87% 0.93% -
XYZ 45.99 66.92 89.85 -
YUV 175.29 162.25 25.08 -
System Red Green Blue C M Y K H S L
Decimal 31 237 236 0.87 0 0.00 0.07 179.71 0.85 0.53
Hex 1F ED EC 57 0 0 7 B4 55 35
Octal 37 355 354 127 0 0 7 264 125 65
Binary 11111 11101101 11101100 1010111 0 0 111 10110100 1010101 110101

Color Harmonies of #1FEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEDEC

Black with #1FEDEC

Text Example


Text Example

White with #1FEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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