Html Css Color HEX #5DEADE Turquoise Blue

📋 copy color: '#5DEADE'

red 93 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #5DEADE

Tints of Turquoise Blue #5DEADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 16.94%
G = 42.62%
B = 40.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5DEADE (or 0x5DEADE) is known color: Turquoise Blue. HEX triplet: 5D, EA and DE. RGB value is (93,234,222). Sum of RGB (Red+Green+Blue) = 93+234+222=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEADE is #A21521. Grayscale: #BEBEBE. Windows color (decimal): -10622242 or 14608989. OLE color: 14608989.

HSL color Cylindrical-coordinate representation of color #5DEADE: hue angle of 174.89º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEADE is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 234 222 -
CMYK 0.60 0 0.05 0.08
HSL 174.89º 0.77% 0.64% -
HSV(B) 174.89º 0.6% 0.92% -
XYZ 47.12 66.45 79.45 -
YUV 190.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 93 234 222 0.60 0 0.05 0.08 174.89 0.77 0.64
Hex 5D EA DE 3C 0 5 8 AF 4D 40
Octal 135 352 336 74 0 5 10 257 115 100
Binary 1011101 11101010 11011110 111100 0 101 1000 10101111 1001101 1000000

Color Harmonies of #5DEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEADE

Black with #5DEADE

Text Example


Text Example

White with #5DEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,234,222); }

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

background-color css

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

 a { background-color: rgb(93,234,222); }

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

border-color css

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

 span { border-color: rgb(93,234,222); }

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