Html Css Color HEX #1FEDCD Bright Turquoise

📋 copy color: '#1FEDCD'

red 31 ◦ green 237 ◦ blue 205

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

Shades of Bright Turquoise #1FEDCD

Tints of Bright Turquoise #1FEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 6.55%
G = 50.11%
B = 43.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1FEDCD (or 0x1FEDCD) is known color: Bright Turquoise. HEX triplet: 1F, ED and CD. RGB value is (31,237,205). Sum of RGB (Red+Green+Blue) = 31+237+205=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDCD is #E01232. Grayscale: #ABABAB. Windows color (decimal): -14684723 or 13495583. OLE color: 13495583.

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

Color convert

RGB 31 237 205 -
CMYK 0.87 0 0.14 0.07
HSL 170.68º 0.85% 0.53% -
HSV(B) 170.68º 0.87% 0.93% -
XYZ 41.87 65.27 68.15 -
YUV 171.76 146.75 27.6 -
System Red Green Blue C M Y K H S L
Decimal 31 237 205 0.87 0 0.14 0.07 170.68 0.85 0.53
Hex 1F ED CD 57 0 E 7 AB 55 35
Octal 37 355 315 127 0 16 7 253 125 65
Binary 11111 11101101 11001101 1010111 0 1110 111 10101011 1010101 110101

Color Harmonies of #1FEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEDCD

Black with #1FEDCD

Text Example


Text Example

White with #1FEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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