Html Css Color HEX #31DBEA Turquoise

📋 copy color: '#31DBEA'

red 49 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #31DBEA

Tints of Turquoise #31DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 9.76%
G = 43.63%
B = 46.61%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31DBEA (or 0x31DBEA) is known color: Turquoise. HEX triplet: 31, DB and EA. RGB value is (49,219,234). Sum of RGB (Red+Green+Blue) = 49+219+234=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #31DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBEA is #CE2415. Grayscale: #A9A9A9. Windows color (decimal): -13509654 or 15391537. OLE color: 15391537.

HSL color Cylindrical-coordinate representation of color #31DBEA: hue angle of 184.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DBEA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 219 234 -
CMYK 0.79 0.06 0 0.08
HSL 184.86º 0.81% 0.55% -
HSV(B) 184.86º 0.79% 0.92% -
XYZ 41.45 57.26 86.71 -
YUV 169.88 164.18 41.78 -
System Red Green Blue C M Y K H S L
Decimal 49 219 234 0.79 0.06 0 0.08 184.86 0.81 0.55
Hex 31 DB EA 4F 6 0 8 B9 51 37
Octal 61 333 352 117 6 0 10 271 121 67
Binary 110001 11011011 11101010 1001111 110 0 1000 10111001 1010001 110111

Color Harmonies of #31DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBEA

Black with #31DBEA

Text Example


Text Example

White with #31DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,219,234); }

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

background-color css

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

 a { background-color: rgb(49,219,234); }

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

border-color css

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

 span { border-color: rgb(49,219,234); }

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