Html Css Color HEX #31EFFC Turquoise

📋 copy color: '#31EFFC'

red 49 ◦ green 239 ◦ blue 252

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

Shades of Turquoise #31EFFC

Tints of Turquoise #31EFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.26%

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 9.07%
G = 44.26%
B = 46.67%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31EFFC (or 0x31EFFC) is known color: Turquoise. HEX triplet: 31, EF and FC. RGB value is (49,239,252). Sum of RGB (Red+Green+Blue) = 49+239+252=540 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.07% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #31EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFFC is #CE1003. Grayscale: #B7B7B7. Windows color (decimal): -13504516 or 16576305. OLE color: 16576305.

HSL color Cylindrical-coordinate representation of color #31EFFC: hue angle of 183.84º degrees, saturation: 0.97, 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 #31EFFC is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 239 252 -
CMYK 0.81 0.05 0 0.01
HSL 183.84º 0.97% 0.59% -
HSV(B) 183.84º 0.81% 0.99% -
XYZ 49.7 69.41 102.87 -
YUV 183.67 166.55 31.94 -
System Red Green Blue C M Y K H S L
Decimal 49 239 252 0.81 0.05 0 0.01 183.84 0.97 0.59
Hex 31 EF FC 51 5 0 1 B8 61 3B
Octal 61 357 374 121 5 0 1 270 141 73
Binary 110001 11101111 11111100 1010001 101 0 1 10111000 1100001 111011

Color Harmonies of #31EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFFC

Black with #31EFFC

Text Example


Text Example

White with #31EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,252); }

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

background-color css

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

 a { background-color: rgb(49,239,252); }

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

border-color css

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

 span { border-color: rgb(49,239,252); }

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