Html Css Color HEX #31EEFA Turquoise

📋 copy color: '#31EEFA'

red 49 ◦ green 238 ◦ blue 250

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

Shades of Turquoise #31EEFA

Tints of Turquoise #31EEFA

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #31EEFA: hue angle of 183.58º 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 #31EEFA is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 238 250 -
CMYK 0.80 0.05 0 0.02
HSL 183.58º 0.95% 0.59% -
HSV(B) 183.58º 0.8% 0.98% -
XYZ 49.1 68.7 101.12 -
YUV 182.86 165.88 32.52 -
System Red Green Blue C M Y K H S L
Decimal 49 238 250 0.80 0.05 0 0.02 183.58 0.95 0.59
Hex 31 EE FA 50 5 0 2 B8 5F 3B
Octal 61 356 372 120 5 0 2 270 137 73
Binary 110001 11101110 11111010 1010000 101 0 10 10111000 1011111 111011

Color Harmonies of #31EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EEFA

Black with #31EEFA

Text Example


Text Example

White with #31EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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