Html Css Color HEX #5DD2E1 Turquoise Blue

📋 copy color: '#5DD2E1'

red 93 ◦ green 210 ◦ blue 225

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

Shades of Turquoise Blue #5DD2E1

Tints of Turquoise Blue #5DD2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 17.61%
G = 39.77%
B = 42.61%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DD2E1 (or 0x5DD2E1) is known color: Turquoise Blue. HEX triplet: 5D, D2 and E1. RGB value is (93,210,225). Sum of RGB (Red+Green+Blue) = 93+210+225=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DD2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD2E1 is #A22D1E. Grayscale: #B0B0B0. Windows color (decimal): -10628383 or 14799453. OLE color: 14799453.

HSL color Cylindrical-coordinate representation of color #5DD2E1: hue angle of 186.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DD2E1 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 210 225 -
CMYK 0.59 0.07 0 0.12
HSL 186.82º 0.69% 0.62% -
HSV(B) 186.82º 0.59% 0.88% -
XYZ 41.15 53.86 79.46 -
YUV 176.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 93 210 225 0.59 0.07 0 0.12 186.82 0.69 0.62
Hex 5D D2 E1 3B 7 0 C BB 45 3E
Octal 135 322 341 73 7 0 14 273 105 76
Binary 1011101 11010010 11100001 111011 111 0 1100 10111011 1000101 111110

Color Harmonies of #5DD2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD2E1

Black with #5DD2E1

Text Example


Text Example

White with #5DD2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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