Html Css Color HEX #5DD2EB Turquoise Blue

📋 copy color: '#5DD2EB'

red 93 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #5DD2EB

Tints of Turquoise Blue #5DD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.03%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 17.29%
G = 39.03%
B = 43.68%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DD2EB (or 0x5DD2EB) is known color: Turquoise Blue. HEX triplet: 5D, D2 and EB. RGB value is (93,210,235). Sum of RGB (Red+Green+Blue) = 93+210+235=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DD2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD2EB is #A22D14. Grayscale: #B1B1B1. Windows color (decimal): -10628373 or 15454813. OLE color: 15454813.

HSL color Cylindrical-coordinate representation of color #5DD2EB: hue angle of 190.56º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DD2EB is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 210 235 -
CMYK 0.60 0.11 0 0.08
HSL 190.56º 0.78% 0.64% -
HSV(B) 190.56º 0.6% 0.92% -
XYZ 42.56 54.42 86.86 -
YUV 177.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 93 210 235 0.60 0.11 0 0.08 190.56 0.78 0.64
Hex 5D D2 EB 3C B 0 8 BF 4E 40
Octal 135 322 353 74 13 0 10 277 116 100
Binary 1011101 11010010 11101011 111100 1011 0 1000 10111111 1001110 1000000

Color Harmonies of #5DD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD2EB

Black with #5DD2EB

Text Example


Text Example

White with #5DD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,210,235); }

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

background-color css

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

 a { background-color: rgb(93,210,235); }

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

border-color css

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

 span { border-color: rgb(93,210,235); }

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