Html Css Color HEX #31D8DD Turquoise

📋 copy color: '#31D8DD'

red 49 ◦ green 216 ◦ blue 221

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

Shades of Turquoise #31D8DD

Tints of Turquoise #31D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 10.08%
G = 44.44%
B = 45.47%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31D8DD (or 0x31D8DD) is known color: Turquoise. HEX triplet: 31, D8 and DD. RGB value is (49,216,221). Sum of RGB (Red+Green+Blue) = 49+216+221=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #31D8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D8DD is #CE2722. Grayscale: #A6A6A6. Windows color (decimal): -13510435 or 14538801. OLE color: 14538801.

HSL color Cylindrical-coordinate representation of color #31D8DD: hue angle of 181.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31D8DD is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 216 221 -
CMYK 0.78 0.02 0 0.13
HSL 181.74º 0.72% 0.53% -
HSV(B) 181.74º 0.78% 0.87% -
XYZ 38.87 54.99 76.97 -
YUV 166.64 158.67 44.09 -
System Red Green Blue C M Y K H S L
Decimal 49 216 221 0.78 0.02 0 0.13 181.74 0.72 0.53
Hex 31 D8 DD 4E 2 0 D B6 48 35
Octal 61 330 335 116 2 0 15 266 110 65
Binary 110001 11011000 11011101 1001110 10 0 1101 10110110 1001000 110101

Color Harmonies of #31D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D8DD

Black with #31D8DD

Text Example


Text Example

White with #31D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,216,221); }

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

background-color css

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

 a { background-color: rgb(49,216,221); }

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

border-color css

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

 span { border-color: rgb(49,216,221); }

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