Html Css Color HEX #31DDEC Turquoise

📋 copy color: '#31DDEC'

red 49 ◦ green 221 ◦ blue 236

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

Shades of Turquoise #31DDEC

Tints of Turquoise #31DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 9.68%
G = 43.68%
B = 46.64%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#31DDEC (or 0x31DDEC) is known color: Turquoise. HEX triplet: 31, DD and EC. RGB value is (49,221,236). Sum of RGB (Red+Green+Blue) = 49+221+236=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #31DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDEC is #CE2213. Grayscale: #ABABAB. Windows color (decimal): -13509140 or 15523121. OLE color: 15523121.

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

Color convert

RGB 49 221 236 -
CMYK 0.79 0.06 0 0.07
HSL 184.81º 0.83% 0.56% -
HSV(B) 184.81º 0.79% 0.93% -
XYZ 42.26 58.42 88.41 -
YUV 171.28 164.52 40.78 -
System Red Green Blue C M Y K H S L
Decimal 49 221 236 0.79 0.06 0 0.07 184.81 0.83 0.56
Hex 31 DD EC 4F 6 0 7 B9 53 38
Octal 61 335 354 117 6 0 7 271 123 70
Binary 110001 11011101 11101100 1001111 110 0 111 10111001 1010011 111000

Color Harmonies of #31DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DDEC

Black with #31DDEC

Text Example


Text Example

White with #31DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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