Html Css Color HEX #31DEFD Turquoise

📋 copy color: '#31DEFD'

red 49 ◦ green 222 ◦ blue 253

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

Shades of Turquoise #31DEFD

Tints of Turquoise #31DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 9.35%
G = 42.37%
B = 48.28%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31DEFD (or 0x31DEFD) is known color: Turquoise. HEX triplet: 31, DE and FD. RGB value is (49,222,253). Sum of RGB (Red+Green+Blue) = 49+222+253=524 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.35% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #31DEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEFD is #CE2102. Grayscale: #ADADAD. Windows color (decimal): -13508867 or 16637489. OLE color: 16637489.

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

Color convert

RGB 49 222 253 -
CMYK 0.81 0.12 0 0.01
HSL 189.12º 0.98% 0.59% -
HSV(B) 189.12º 0.81% 0.99% -
XYZ 45.12 59.99 102.13 -
YUV 173.81 172.69 38.98 -
System Red Green Blue C M Y K H S L
Decimal 49 222 253 0.81 0.12 0 0.01 189.12 0.98 0.59
Hex 31 DE FD 51 C 0 1 BD 62 3B
Octal 61 336 375 121 14 0 1 275 142 73
Binary 110001 11011110 11111101 1010001 1100 0 1 10111101 1100010 111011

Color Harmonies of #31DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEFD

Black with #31DEFD

Text Example


Text Example

White with #31DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,222,253); }

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

background-color css

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

 a { background-color: rgb(49,222,253); }

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

border-color css

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

 span { border-color: rgb(49,222,253); }

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