Html Css Color HEX #31EFDA Turquoise

📋 copy color: '#31EFDA'

red 49 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #31EFDA

Tints of Turquoise #31EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.23%

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

R = 9.68%
G = 47.23%
B = 43.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#31EFDA (or 0x31EFDA) is known color: Turquoise. HEX triplet: 31, EF and DA. RGB value is (49,239,218). Sum of RGB (Red+Green+Blue) = 49+239+218=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFDA is #CE1025. Grayscale: #B3B3B3. Windows color (decimal): -13504550 or 14348081. OLE color: 14348081.

HSL color Cylindrical-coordinate representation of color #31EFDA: hue angle of 173.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EFDA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 218 -
CMYK 0.79 0 0.09 0.06
HSL 173.37º 0.86% 0.56% -
HSV(B) 173.37º 0.79% 0.94% -
XYZ 44.79 67.45 76.99 -
YUV 179.8 149.55 34.71 -
System Red Green Blue C M Y K H S L
Decimal 49 239 218 0.79 0 0.09 0.06 173.37 0.86 0.56
Hex 31 EF DA 4F 0 9 6 AD 56 38
Octal 61 357 332 117 0 11 6 255 126 70
Binary 110001 11101111 11011010 1001111 0 1001 110 10101101 1010110 111000

Color Harmonies of #31EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFDA

Black with #31EFDA

Text Example


Text Example

White with #31EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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