Html Css Color HEX #31F2E7 Turquoise

📋 copy color: '#31F2E7'

red 49 ◦ green 242 ◦ blue 231

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

Shades of Turquoise #31F2E7

Tints of Turquoise #31F2E7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.36%

 BLUE value IS 231 (90.63% from 255) = 44.25%

R = 9.39%
G = 46.36%
B = 44.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#31F2E7 (or 0x31F2E7) is known color: Turquoise. HEX triplet: 31, F2 and E7. RGB value is (49,242,231). Sum of RGB (Red+Green+Blue) = 49+242+231=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #31F2E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F2E7 is #CE0D18. Grayscale: #B6B6B6. Windows color (decimal): -13503769 or 15200817. OLE color: 15200817.

HSL color Cylindrical-coordinate representation of color #31F2E7: hue angle of 176.58º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F2E7 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 242 231 -
CMYK 0.80 0 0.05 0.05
HSL 176.58º 0.88% 0.57% -
HSV(B) 176.58º 0.8% 0.95% -
XYZ 47.44 69.93 86.6 -
YUV 183.04 155.06 32.39 -
System Red Green Blue C M Y K H S L
Decimal 49 242 231 0.80 0 0.05 0.05 176.58 0.88 0.57
Hex 31 F2 E7 50 0 5 5 B1 58 39
Octal 61 362 347 120 0 5 5 261 130 71
Binary 110001 11110010 11100111 1010000 0 101 101 10110001 1011000 111001

Color Harmonies of #31F2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F2E7

Black with #31F2E7

Text Example


Text Example

White with #31F2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,231); }

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

background-color css

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

 a { background-color: rgb(49,242,231); }

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

border-color css

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

 span { border-color: rgb(49,242,231); }

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