Html Css Color HEX #5DDDFA Turquoise Blue

📋 copy color: '#5DDDFA'

red 93 ◦ green 221 ◦ blue 250

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

Shades of Turquoise Blue #5DDDFA

Tints of Turquoise Blue #5DDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 16.49%
G = 39.18%
B = 44.33%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DDDFA (or 0x5DDDFA) is known color: Turquoise Blue. HEX triplet: 5D, DD and FA. RGB value is (93,221,250). Sum of RGB (Red+Green+Blue) = 93+221+250=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDFA is #A22205. Grayscale: #B9B9B9. Windows color (decimal): -10625542 or 16440669. OLE color: 16440669.

HSL color Cylindrical-coordinate representation of color #5DDDFA: hue angle of 191.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDDFA is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 221 250 -
CMYK 0.63 0.12 0 0.02
HSL 191.08º 0.94% 0.67% -
HSV(B) 191.08º 0.63% 0.98% -
XYZ 47.63 60.94 99.7 -
YUV 186.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 93 221 250 0.63 0.12 0 0.02 191.08 0.94 0.67
Hex 5D DD FA 3F C 0 2 BF 5E 43
Octal 135 335 372 77 14 0 2 277 136 103
Binary 1011101 11011101 11111010 111111 1100 0 10 10111111 1011110 1000011

Color Harmonies of #5DDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDFA

Black with #5DDDFA

Text Example


Text Example

White with #5DDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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