Html Css Color HEX #5DCDE1 Turquoise Blue

📋 copy color: '#5DCDE1'

red 93 ◦ green 205 ◦ blue 225

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

Shades of Turquoise Blue #5DCDE1

Tints of Turquoise Blue #5DCDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 17.78%
G = 39.2%
B = 43.02%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DCDE1 (or 0x5DCDE1) is known color: Turquoise Blue. HEX triplet: 5D, CD and E1. RGB value is (93,205,225). Sum of RGB (Red+Green+Blue) = 93+205+225=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DCDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDE1 is #A2321E. Grayscale: #ADADAD. Windows color (decimal): -10629663 or 14798173. OLE color: 14798173.

HSL color Cylindrical-coordinate representation of color #5DCDE1: hue angle of 189.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCDE1 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 205 225 -
CMYK 0.59 0.09 0 0.12
HSL 189.09º 0.69% 0.62% -
HSV(B) 189.09º 0.59% 0.88% -
XYZ 39.94 51.43 79.06 -
YUV 173.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 93 205 225 0.59 0.09 0 0.12 189.09 0.69 0.62
Hex 5D CD E1 3B 9 0 C BD 45 3E
Octal 135 315 341 73 11 0 14 275 105 76
Binary 1011101 11001101 11100001 111011 1001 0 1100 10111101 1000101 111110

Color Harmonies of #5DCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDE1

Black with #5DCDE1

Text Example


Text Example

White with #5DCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,225); }

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

background-color css

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

 a { background-color: rgb(93,205,225); }

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

border-color css

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

 span { border-color: rgb(93,205,225); }

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