Html Css Color HEX #31DADB Turquoise

📋 copy color: '#31DADB'

red 49 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #31DADB

Tints of Turquoise #31DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 10.08%
G = 44.86%
B = 45.06%

CMYK

 C value IS 0.78

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31DADB (or 0x31DADB) is known color: Turquoise. HEX triplet: 31, DA and DB. RGB value is (49,218,219). Sum of RGB (Red+Green+Blue) = 49+218+219=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #31DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DADB is #CE2524. Grayscale: #A7A7A7. Windows color (decimal): -13509925 or 14408241. OLE color: 14408241.

HSL color Cylindrical-coordinate representation of color #31DADB: hue angle of 180.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DADB is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 218 219 -
CMYK 0.78 0.00 0 0.14
HSL 180.35º 0.7% 0.53% -
HSV(B) 180.35º 0.78% 0.86% -
XYZ 39.12 55.91 75.75 -
YUV 167.58 157.01 43.42 -
System Red Green Blue C M Y K H S L
Decimal 49 218 219 0.78 0.00 0 0.14 180.35 0.7 0.53
Hex 31 DA DB 4E 0 0 E B4 46 35
Octal 61 332 333 116 0 0 16 264 106 65
Binary 110001 11011010 11011011 1001110 0 0 1110 10110100 1000110 110101

Color Harmonies of #31DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DADB

Black with #31DADB

Text Example


Text Example

White with #31DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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