Html Css Color HEX #5DDDEE Turquoise Blue

📋 copy color: '#5DDDEE'

red 93 ◦ green 221 ◦ blue 238

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

Shades of Turquoise Blue #5DDDEE

Tints of Turquoise Blue #5DDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 16.85%
G = 40.04%
B = 43.12%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DDDEE (or 0x5DDDEE) is known color: Turquoise Blue. HEX triplet: 5D, DD and EE. RGB value is (93,221,238). Sum of RGB (Red+Green+Blue) = 93+221+238=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDEE is #A22211. Grayscale: #B8B8B8. Windows color (decimal): -10625554 or 15654237. OLE color: 15654237.

HSL color Cylindrical-coordinate representation of color #5DDDEE: hue angle of 187.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DDDEE is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 221 238 -
CMYK 0.61 0.07 0 0.07
HSL 187.03º 0.81% 0.65% -
HSV(B) 187.03º 0.61% 0.93% -
XYZ 45.8 60.21 90.1 -
YUV 184.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 93 221 238 0.61 0.07 0 0.07 187.03 0.81 0.65
Hex 5D DD EE 3D 7 0 7 BB 51 41
Octal 135 335 356 75 7 0 7 273 121 101
Binary 1011101 11011101 11101110 111101 111 0 111 10111011 1010001 1000001

Color Harmonies of #5DDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDEE

Black with #5DDDEE

Text Example


Text Example

White with #5DDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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