Html Css Color HEX #5DECCE Turquoise

📋 copy color: '#5DECCE'

red 93 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #5DECCE

Tints of Turquoise #5DECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 17.38%
G = 44.11%
B = 38.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#5DECCE (or 0x5DECCE) is known color: Turquoise. HEX triplet: 5D, EC and CE. RGB value is (93,236,206). Sum of RGB (Red+Green+Blue) = 93+236+206=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECCE is #A21331. Grayscale: #BDBDBD. Windows color (decimal): -10621746 or 13560925. OLE color: 13560925.

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

Color convert

RGB 93 236 206 -
CMYK 0.61 0 0.13 0.07
HSL 167.41º 0.79% 0.65% -
HSV(B) 167.41º 0.61% 0.93% -
XYZ 45.65 66.77 68.88 -
YUV 189.82 137.12 58.94 -
System Red Green Blue C M Y K H S L
Decimal 93 236 206 0.61 0 0.13 0.07 167.41 0.79 0.65
Hex 5D EC CE 3D 0 D 7 A7 4F 41
Octal 135 354 316 75 0 15 7 247 117 101
Binary 1011101 11101100 11001110 111101 0 1101 111 10100111 1001111 1000001

Color Harmonies of #5DECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECCE

Black with #5DECCE

Text Example


Text Example

White with #5DECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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