Html Css Color HEX #31FAEE Turquoise

📋 copy color: '#31FAEE'

red 49 ◦ green 250 ◦ blue 238

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

Shades of Turquoise #31FAEE

Tints of Turquoise #31FAEE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.55%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 9.12%
G = 46.55%
B = 44.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#31FAEE (or 0x31FAEE) is known color: Turquoise. HEX triplet: 31, FA and EE. RGB value is (49,250,238). Sum of RGB (Red+Green+Blue) = 49+250+238=537 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.12% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FAEE is #CE0511. Grayscale: #BCBCBC. Windows color (decimal): -13501714 or 15661617. OLE color: 15661617.

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

Color convert

RGB 49 250 238 -
CMYK 0.80 0 0.05 0.02
HSL 176.42º 0.95% 0.59% -
HSV(B) 176.42º 0.8% 0.98% -
XYZ 50.88 75.2 92.72 -
YUV 188.53 155.91 28.48 -
System Red Green Blue C M Y K H S L
Decimal 49 250 238 0.80 0 0.05 0.02 176.42 0.95 0.59
Hex 31 FA EE 50 0 5 2 B0 5F 3B
Octal 61 372 356 120 0 5 2 260 137 73
Binary 110001 11111010 11101110 1010000 0 101 10 10110000 1011111 111011

Color Harmonies of #31FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FAEE

Black with #31FAEE

Text Example


Text Example

White with #31FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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