Html Css Color HEX #5DDDFD Turquoise Blue

📋 copy color: '#5DDDFD'

red 93 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #5DDDFD

Tints of Turquoise Blue #5DDDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.98%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 16.4%
G = 38.98%
B = 44.62%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DDDFD (or 0x5DDDFD) is known color: Turquoise Blue. HEX triplet: 5D, DD and FD. RGB value is (93,221,253). Sum of RGB (Red+Green+Blue) = 93+221+253=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDFD is #A22202. Grayscale: #BABABA. Windows color (decimal): -10625539 or 16637277. OLE color: 16637277.

HSL color Cylindrical-coordinate representation of color #5DDDFD: hue angle of 192º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDDFD is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 221 253 -
CMYK 0.63 0.13 0 0.01
HSL 192º 0.98% 0.68% -
HSV(B) 192º 0.63% 0.99% -
XYZ 48.1 61.13 102.19 -
YUV 186.38 165.59 61.4 -
System Red Green Blue C M Y K H S L
Decimal 93 221 253 0.63 0.13 0 0.01 192 0.98 0.68
Hex 5D DD FD 3F D 0 1 C0 62 44
Octal 135 335 375 77 15 0 1 300 142 104
Binary 1011101 11011101 11111101 111111 1101 0 1 11000000 1100010 1000100

Color Harmonies of #5DDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDFD

Black with #5DDDFD

Text Example


Text Example

White with #5DDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,221,253); }

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

background-color css

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

 a { background-color: rgb(93,221,253); }

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

border-color css

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

 span { border-color: rgb(93,221,253); }

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