Html Css Color HEX #5DCADE Turquoise Blue

📋 copy color: '#5DCADE'

red 93 ◦ green 202 ◦ blue 222

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

Shades of Turquoise Blue #5DCADE

Tints of Turquoise Blue #5DCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

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

R = 17.99%
G = 39.07%
B = 42.94%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DCADE (or 0x5DCADE) is known color: Turquoise Blue. HEX triplet: 5D, CA and DE. RGB value is (93,202,222). Sum of RGB (Red+Green+Blue) = 93+202+222=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCADE is #A23521. Grayscale: #ABABAB. Windows color (decimal): -10630434 or 14600797. OLE color: 14600797.

HSL color Cylindrical-coordinate representation of color #5DCADE: hue angle of 189.3º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCADE is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 202 222 -
CMYK 0.58 0.09 0 0.13
HSL 189.3º 0.66% 0.62% -
HSV(B) 189.3º 0.58% 0.87% -
XYZ 38.82 49.84 76.68 -
YUV 171.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 93 202 222 0.58 0.09 0 0.13 189.3 0.66 0.62
Hex 5D CA DE 3A 9 0 D BD 42 3E
Octal 135 312 336 72 11 0 15 275 102 76
Binary 1011101 11001010 11011110 111010 1001 0 1101 10111101 1000010 111110

Color Harmonies of #5DCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCADE

Black with #5DCADE

Text Example


Text Example

White with #5DCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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