Html Css Color HEX #5DFCDB Aquamarine

📋 copy color: '#5DFCDB'

red 93 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #5DFCDB

Tints of Aquamarine #5DFCDB

RGB

 RED value IS 93 (36.72% from 255) = 16.49%

 GREEN value IS 252 (98.83% from 255) = 44.68%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 16.49%
G = 44.68%
B = 38.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#5DFCDB (or 0x5DFCDB) is known color: Aquamarine. HEX triplet: 5D, FC and DB. RGB value is (93,252,219). Sum of RGB (Red+Green+Blue) = 93+252+219=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFCDB is #A20324. Grayscale: #C8C8C8. Windows color (decimal): -10617637 or 14416989. OLE color: 14416989.

HSL color Cylindrical-coordinate representation of color #5DFCDB: hue angle of 167.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFCDB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 252 219 -
CMYK 0.63 0 0.13 0.01
HSL 167.55º 0.96% 0.68% -
HSV(B) 167.55º 0.63% 0.99% -
XYZ 52.11 77.06 79.15 -
YUV 200.7 138.32 51.18 -
System Red Green Blue C M Y K H S L
Decimal 93 252 219 0.63 0 0.13 0.01 167.55 0.96 0.68
Hex 5D FC DB 3F 0 D 1 A8 60 44
Octal 135 374 333 77 0 15 1 250 140 104
Binary 1011101 11111100 11011011 111111 0 1101 1 10101000 1100000 1000100

Color Harmonies of #5DFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFCDB

Black with #5DFCDB

Text Example


Text Example

White with #5DFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DFCDB; }

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

 H1.HeaderClassName
 {
   color: #5DFCDB;
 }
 .AnyTagClassName
 {
   color: #5DFCDB;
 }
</style>

background-color css

<style>
 a { background-color: #5DFCDB; }

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

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

border-color css

<style>
 span { border-color: #5DFCDB; }

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

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