Html Css Color HEX #5DDDFC Turquoise Blue

📋 copy color: '#5DDDFC'

red 93 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #5DDDFC

Tints of Turquoise Blue #5DDDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 16.43%
G = 39.05%
B = 44.52%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DDDFC (or 0x5DDDFC) is known color: Turquoise Blue. HEX triplet: 5D, DD and FC. RGB value is (93,221,252). Sum of RGB (Red+Green+Blue) = 93+221+252=566 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.43% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDFC is #A22203. Grayscale: #BABABA. Windows color (decimal): -10625540 or 16571741. OLE color: 16571741.

HSL color Cylindrical-coordinate representation of color #5DDDFC: hue angle of 191.7º degrees, saturation: 0.96, 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 #5DDDFC is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 221 252 -
CMYK 0.63 0.12 0 0.01
HSL 191.7º 0.96% 0.68% -
HSV(B) 191.7º 0.63% 0.99% -
XYZ 47.94 61.07 101.36 -
YUV 186.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 93 221 252 0.63 0.12 0 0.01 191.7 0.96 0.68
Hex 5D DD FC 3F C 0 1 C0 60 44
Octal 135 335 374 77 14 0 1 300 140 104
Binary 1011101 11011101 11111100 111111 1100 0 1 11000000 1100000 1000100

Color Harmonies of #5DDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDFC

Black with #5DDDFC

Text Example


Text Example

White with #5DDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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