Html Css Color HEX #31DEDF Turquoise

📋 copy color: '#31DEDF'

red 49 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #31DEDF

Tints of Turquoise #31DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 9.92%
G = 44.94%
B = 45.14%

CMYK

 C value IS 0.78

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31DEDF (or 0x31DEDF) is known color: Turquoise. HEX triplet: 31, DE and DF. RGB value is (49,222,223). Sum of RGB (Red+Green+Blue) = 49+222+223=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #31DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DEDF is #CE2120. Grayscale: #AAAAAA. Windows color (decimal): -13508897 or 14671409. OLE color: 14671409.

HSL color Cylindrical-coordinate representation of color #31DEDF: hue angle of 180.34º degrees, saturation: 0.73, 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 #31DEDF is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 222 223 -
CMYK 0.78 0.00 0 0.13
HSL 180.34º 0.73% 0.53% -
HSV(B) 180.34º 0.78% 0.87% -
XYZ 40.71 58.22 78.9 -
YUV 170.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 49 222 223 0.78 0.00 0 0.13 180.34 0.73 0.53
Hex 31 DE DF 4E 0 0 D B4 49 35
Octal 61 336 337 116 0 0 15 264 111 65
Binary 110001 11011110 11011111 1001110 0 0 1101 10110100 1001001 110101

Color Harmonies of #31DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEDF

Black with #31DEDF

Text Example


Text Example

White with #31DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,222,223); }

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

background-color css

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

 a { background-color: rgb(49,222,223); }

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

border-color css

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

 span { border-color: rgb(49,222,223); }

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