Html Css Color HEX #5DCAE5 Turquoise Blue

📋 copy color: '#5DCAE5'

red 93 ◦ green 202 ◦ blue 229

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

Shades of Turquoise Blue #5DCAE5

Tints of Turquoise Blue #5DCAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 17.75%
G = 38.55%
B = 43.7%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5DCAE5 (or 0x5DCAE5) is known color: Turquoise Blue. HEX triplet: 5D, CA and E5. RGB value is (93,202,229). Sum of RGB (Red+Green+Blue) = 93+202+229=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #5DCAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAE5 is #A2351A. Grayscale: #ACACAC. Windows color (decimal): -10630427 or 15059549. OLE color: 15059549.

HSL color Cylindrical-coordinate representation of color #5DCAE5: hue angle of 191.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCAE5 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 93 202 229 -
CMYK 0.59 0.12 0 0.10
HSL 191.91º 0.72% 0.63% -
HSV(B) 191.91º 0.59% 0.9% -
XYZ 39.78 50.23 81.73 -
YUV 172.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 93 202 229 0.59 0.12 0 0.10 191.91 0.72 0.63
Hex 5D CA E5 3B C 0 A C0 48 3F
Octal 135 312 345 73 14 0 12 300 110 77
Binary 1011101 11001010 11100101 111011 1100 0 1010 11000000 1001000 111111

Color Harmonies of #5DCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAE5

Black with #5DCAE5

Text Example


Text Example

White with #5DCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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