Html Css Color HEX #1FEDD6 Bright Turquoise

📋 copy color: '#1FEDD6'

red 31 ◦ green 237 ◦ blue 214

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

Shades of Bright Turquoise #1FEDD6

Tints of Bright Turquoise #1FEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 6.43%
G = 49.17%
B = 44.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#1FEDD6 (or 0x1FEDD6) is known color: Bright Turquoise. HEX triplet: 1F, ED and D6. RGB value is (31,237,214). Sum of RGB (Red+Green+Blue) = 31+237+214=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDD6 is #E01229. Grayscale: #ACACAC. Windows color (decimal): -14684714 or 14085407. OLE color: 14085407.

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

Color convert

RGB 31 237 214 -
CMYK 0.87 0 0.10 0.07
HSL 173.3º 0.85% 0.53% -
HSV(B) 173.3º 0.87% 0.93% -
XYZ 42.99 65.71 74.04 -
YUV 172.78 151.25 26.87 -
System Red Green Blue C M Y K H S L
Decimal 31 237 214 0.87 0 0.10 0.07 173.3 0.85 0.53
Hex 1F ED D6 57 0 A 7 AD 55 35
Octal 37 355 326 127 0 12 7 255 125 65
Binary 11111 11101101 11010110 1010111 0 1010 111 10101101 1010101 110101

Color Harmonies of #1FEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEDD6

Black with #1FEDD6

Text Example


Text Example

White with #1FEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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