Html Css Color HEX #1FEDDC Bright Turquoise

📋 copy color: '#1FEDDC'

red 31 ◦ green 237 ◦ blue 220

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

Shades of Bright Turquoise #1FEDDC

Tints of Bright Turquoise #1FEDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 6.35%
G = 48.57%
B = 45.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#1FEDDC (or 0x1FEDDC) is known color: Bright Turquoise. HEX triplet: 1F, ED and DC. RGB value is (31,237,220). Sum of RGB (Red+Green+Blue) = 31+237+220=488 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.35% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDDC is #E01223. Grayscale: #ADADAD. Windows color (decimal): -14684708 or 14478623. OLE color: 14478623.

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

Color convert

RGB 31 237 220 -
CMYK 0.87 0 0.07 0.07
HSL 175.05º 0.85% 0.53% -
HSV(B) 175.05º 0.87% 0.93% -
XYZ 43.77 66.03 78.15 -
YUV 173.47 154.25 26.38 -
System Red Green Blue C M Y K H S L
Decimal 31 237 220 0.87 0 0.07 0.07 175.05 0.85 0.53
Hex 1F ED DC 57 0 7 7 AF 55 35
Octal 37 355 334 127 0 7 7 257 125 65
Binary 11111 11101101 11011100 1010111 0 111 111 10101111 1010101 110101

Color Harmonies of #1FEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEDDC

Black with #1FEDDC

Text Example


Text Example

White with #1FEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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