Html Css Color HEX #31EEFD Turquoise

📋 copy color: '#31EEFD'

red 49 ◦ green 238 ◦ blue 253

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

Shades of Turquoise #31EEFD

Tints of Turquoise #31EEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 9.07%
G = 44.07%
B = 46.85%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31EEFD (or 0x31EEFD) is known color: Turquoise. HEX triplet: 31, EE and FD. RGB value is (49,238,253). Sum of RGB (Red+Green+Blue) = 49+238+253=540 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.07% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #31EEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EEFD is #CE1102. Grayscale: #B6B6B6. Windows color (decimal): -13504771 or 16641585. OLE color: 16641585.

HSL color Cylindrical-coordinate representation of color #31EEFD: hue angle of 184.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31EEFD is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 238 253 -
CMYK 0.81 0.06 0 0.01
HSL 184.41º 0.98% 0.59% -
HSV(B) 184.41º 0.81% 0.99% -
XYZ 49.57 68.89 103.61 -
YUV 183.2 167.38 32.28 -
System Red Green Blue C M Y K H S L
Decimal 49 238 253 0.81 0.06 0 0.01 184.41 0.98 0.59
Hex 31 EE FD 51 6 0 1 B8 62 3B
Octal 61 356 375 121 6 0 1 270 142 73
Binary 110001 11101110 11111101 1010001 110 0 1 10111000 1100010 111011

Color Harmonies of #31EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EEFD

Black with #31EEFD

Text Example


Text Example

White with #31EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,238,253); }

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

background-color css

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

 a { background-color: rgb(49,238,253); }

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

border-color css

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

 span { border-color: rgb(49,238,253); }

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