Html Css Color HEX #31EEDA Turquoise

📋 copy color: '#31EEDA'

red 49 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #31EEDA

Tints of Turquoise #31EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.13%

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 9.7%
G = 47.13%
B = 43.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#31EEDA (or 0x31EEDA) is known color: Turquoise. HEX triplet: 31, EE and DA. RGB value is (49,238,218). Sum of RGB (Red+Green+Blue) = 49+238+218=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #31EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EEDA is #CE1125. Grayscale: #B3B3B3. Windows color (decimal): -13504806 or 14347825. OLE color: 14347825.

HSL color Cylindrical-coordinate representation of color #31EEDA: hue angle of 173.65º degrees, saturation: 0.85, 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 #31EEDA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 238 218 -
CMYK 0.79 0 0.08 0.07
HSL 173.65º 0.85% 0.56% -
HSV(B) 173.65º 0.79% 0.93% -
XYZ 44.5 66.86 76.89 -
YUV 179.21 149.88 35.13 -
System Red Green Blue C M Y K H S L
Decimal 49 238 218 0.79 0 0.08 0.07 173.65 0.85 0.56
Hex 31 EE DA 4F 0 8 7 AE 55 38
Octal 61 356 332 117 0 10 7 256 125 70
Binary 110001 11101110 11011010 1001111 0 1000 111 10101110 1010101 111000

Color Harmonies of #31EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EEDA

Black with #31EEDA

Text Example


Text Example

White with #31EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,238,218); }

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

background-color css

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

 a { background-color: rgb(49,238,218); }

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

border-color css

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

 span { border-color: rgb(49,238,218); }

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