Html Css Color HEX #5DCDD7 Turquoise Blue

📋 copy color: '#5DCDD7'

red 93 ◦ green 205 ◦ blue 215

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

Shades of Turquoise Blue #5DCDD7

Tints of Turquoise Blue #5DCDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 18.13%
G = 39.96%
B = 41.91%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DCDD7 (or 0x5DCDD7) is known color: Turquoise Blue. HEX triplet: 5D, CD and D7. RGB value is (93,205,215). Sum of RGB (Red+Green+Blue) = 93+205+215=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #5DCDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDD7 is #A23228. Grayscale: #ACACAC. Windows color (decimal): -10629673 or 14142813. OLE color: 14142813.

HSL color Cylindrical-coordinate representation of color #5DCDD7: hue angle of 184.92º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DCDD7 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 205 215 -
CMYK 0.57 0.05 0 0.16
HSL 184.92º 0.6% 0.6% -
HSV(B) 184.92º 0.57% 0.84% -
XYZ 38.61 50.9 72.08 -
YUV 172.65 151.89 71.19 -
System Red Green Blue C M Y K H S L
Decimal 93 205 215 0.57 0.05 0 0.16 184.92 0.6 0.6
Hex 5D CD D7 39 5 0 10 B9 3C 3C
Octal 135 315 327 71 5 0 20 271 74 74
Binary 1011101 11001101 11010111 111001 101 0 10000 10111001 111100 111100

Color Harmonies of #5DCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDD7

Black with #5DCDD7

Text Example


Text Example

White with #5DCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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