Html Css Color HEX #31DFFB Turquoise

📋 copy color: '#31DFFB'

red 49 ◦ green 223 ◦ blue 251

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

Shades of Turquoise #31DFFB

Tints of Turquoise #31DFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 9.37%
G = 42.64%
B = 47.99%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31DFFB (or 0x31DFFB) is known color: Turquoise. HEX triplet: 31, DF and FB. RGB value is (49,223,251). Sum of RGB (Red+Green+Blue) = 49+223+251=523 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.37% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #31DFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DFFB is #CE2004. Grayscale: #ADADAD. Windows color (decimal): -13508613 or 16506673. OLE color: 16506673.

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

Color convert

RGB 49 223 251 -
CMYK 0.80 0.11 0 0.02
HSL 188.32º 0.96% 0.59% -
HSV(B) 188.32º 0.8% 0.98% -
XYZ 45.07 60.39 100.55 -
YUV 174.17 171.35 38.72 -
System Red Green Blue C M Y K H S L
Decimal 49 223 251 0.80 0.11 0 0.02 188.32 0.96 0.59
Hex 31 DF FB 50 B 0 2 BC 60 3B
Octal 61 337 373 120 13 0 2 274 140 73
Binary 110001 11011111 11111011 1010000 1011 0 10 10111100 1100000 111011

Color Harmonies of #31DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFFB

Black with #31DFFB

Text Example


Text Example

White with #31DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,223,251); }

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

background-color css

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

 a { background-color: rgb(49,223,251); }

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

border-color css

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

 span { border-color: rgb(49,223,251); }

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