Html Css Color HEX #5DECDE Turquoise Blue

📋 copy color: '#5DECDE'

red 93 ◦ green 236 ◦ blue 222

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

Shades of Turquoise Blue #5DECDE

Tints of Turquoise Blue #5DECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.83%

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 16.88%
G = 42.83%
B = 40.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#5DECDE (or 0x5DECDE) is known color: Turquoise Blue. HEX triplet: 5D, EC and DE. RGB value is (93,236,222). Sum of RGB (Red+Green+Blue) = 93+236+222=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECDE is #A21321. Grayscale: #BFBFBF. Windows color (decimal): -10621730 or 14609501. OLE color: 14609501.

HSL color Cylindrical-coordinate representation of color #5DECDE: hue angle of 174.13º degrees, saturation: 0.79, 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 #5DECDE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 236 222 -
CMYK 0.61 0 0.06 0.07
HSL 174.13º 0.79% 0.65% -
HSV(B) 174.13º 0.61% 0.93% -
XYZ 47.69 67.59 79.64 -
YUV 191.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 93 236 222 0.61 0 0.06 0.07 174.13 0.79 0.65
Hex 5D EC DE 3D 0 6 7 AE 4F 41
Octal 135 354 336 75 0 6 7 256 117 101
Binary 1011101 11101100 11011110 111101 0 110 111 10101110 1001111 1000001

Color Harmonies of #5DECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECDE

Black with #5DECDE

Text Example


Text Example

White with #5DECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,236,222); }

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

background-color css

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

 a { background-color: rgb(93,236,222); }

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

border-color css

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

 span { border-color: rgb(93,236,222); }

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