Html Css Color HEX #31EDDC Turquoise

📋 copy color: '#31EDDC'

red 49 ◦ green 237 ◦ blue 220

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

Shades of Turquoise #31EDDC

Tints of Turquoise #31EDDC

RGB

 RED value IS 49 (19.53% from 255) = 9.68%

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

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

R = 9.68%
G = 46.84%
B = 43.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#31EDDC (or 0x31EDDC) is known color: Turquoise. HEX triplet: 31, ED and DC. RGB value is (49,237,220). Sum of RGB (Red+Green+Blue) = 49+237+220=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EDDC is #CE1223. Grayscale: #B2B2B2. Windows color (decimal): -13505060 or 14478641. OLE color: 14478641.

HSL color Cylindrical-coordinate representation of color #31EDDC: hue angle of 174.57º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDDC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 220 -
CMYK 0.79 0 0.07 0.07
HSL 174.57º 0.84% 0.56% -
HSV(B) 174.57º 0.79% 0.93% -
XYZ 44.47 66.39 78.18 -
YUV 178.85 151.22 35.38 -
System Red Green Blue C M Y K H S L
Decimal 49 237 220 0.79 0 0.07 0.07 174.57 0.84 0.56
Hex 31 ED DC 4F 0 7 7 AF 54 38
Octal 61 355 334 117 0 7 7 257 124 70
Binary 110001 11101101 11011100 1001111 0 111 111 10101111 1010100 111000

Color Harmonies of #31EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EDDC

Black with #31EDDC

Text Example


Text Example

White with #31EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31EDDC; }

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

 H1.HeaderClassName
 {
   color: #31EDDC;
 }
 .AnyTagClassName
 {
   color: #31EDDC;
 }
</style>

background-color css

<style>
 a { background-color: #31EDDC; }

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

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

border-color css

<style>
 span { border-color: #31EDDC; }

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

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