Html Css Color HEX #31EDF5 Turquoise

📋 copy color: '#31EDF5'

red 49 ◦ green 237 ◦ blue 245

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

Shades of Turquoise #31EDF5

Tints of Turquoise #31EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

 BLUE value IS 245 (96.09% from 255) = 46.14%

R = 9.23%
G = 44.63%
B = 46.14%

CMYK

 C value IS 0.8

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#31EDF5 (or 0x31EDF5) is known color: Turquoise. HEX triplet: 31, ED and F5. RGB value is (49,237,245). Sum of RGB (Red+Green+Blue) = 49+237+245=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #31EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EDF5 is #CE120A. Grayscale: #B5B5B5. Windows color (decimal): -13505035 or 16117041. OLE color: 16117041.

HSL color Cylindrical-coordinate representation of color #31EDF5: hue angle of 182.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31EDF5 is Cyan = 0.8, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 237 245 -
CMYK 0.8 0.03 0 0.04
HSL 182.45º 0.91% 0.58% -
HSV(B) 182.45º 0.8% 0.96% -
XYZ 48.03 67.81 96.94 -
YUV 181.7 163.72 33.35 -
System Red Green Blue C M Y K H S L
Decimal 49 237 245 0.8 0.03 0 0.04 182.45 0.91 0.58
Hex 31 ED F5 50 3 0 4 B6 5B 3A
Octal 61 355 365 120 3 0 4 266 133 72
Binary 110001 11101101 11110101 1010000 11 0 100 10110110 1011011 111010

Color Harmonies of #31EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EDF5

Black with #31EDF5

Text Example


Text Example

White with #31EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,245); }

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

background-color css

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

 a { background-color: rgb(49,237,245); }

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

border-color css

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

 span { border-color: rgb(49,237,245); }

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