Html Css Color HEX #31DBFC Turquoise

📋 copy color: '#31DBFC'

red 49 ◦ green 219 ◦ blue 252

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

Shades of Turquoise #31DBFC

Tints of Turquoise #31DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

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

R = 9.42%
G = 42.12%
B = 48.46%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31DBFC (or 0x31DBFC) is known color: Turquoise. HEX triplet: 31, DB and FC. RGB value is (49,219,252). Sum of RGB (Red+Green+Blue) = 49+219+252=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #31DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBFC is #CE2403. Grayscale: #ABABAB. Windows color (decimal): -13509636 or 16571185. OLE color: 16571185.

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

Color convert

RGB 49 219 252 -
CMYK 0.81 0.13 0 0.01
HSL 189.75º 0.97% 0.59% -
HSV(B) 189.75º 0.81% 0.99% -
XYZ 44.17 58.34 101.03 -
YUV 171.93 173.18 40.32 -
System Red Green Blue C M Y K H S L
Decimal 49 219 252 0.81 0.13 0 0.01 189.75 0.97 0.59
Hex 31 DB FC 51 D 0 1 BE 61 3B
Octal 61 333 374 121 15 0 1 276 141 73
Binary 110001 11011011 11111100 1010001 1101 0 1 10111110 1100001 111011

Color Harmonies of #31DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBFC

Black with #31DBFC

Text Example


Text Example

White with #31DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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