Html Css Color HEX #5DEECE Turquoise

📋 copy color: '#5DEECE'

red 93 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #5DEECE

Tints of Turquoise #5DEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

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

R = 17.32%
G = 44.32%
B = 38.36%

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

#5DEECE (or 0x5DEECE) is known color: Turquoise. HEX triplet: 5D, EE and CE. RGB value is (93,238,206). Sum of RGB (Red+Green+Blue) = 93+238+206=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEECE is #A21131. Grayscale: #BEBEBE. Windows color (decimal): -10621234 or 13561437. OLE color: 13561437.

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

Color convert

RGB 93 238 206 -
CMYK 0.61 0 0.13 0.07
HSL 166.76º 0.81% 0.65% -
HSV(B) 166.76º 0.61% 0.93% -
XYZ 46.23 67.93 69.07 -
YUV 191 136.46 58.1 -
System Red Green Blue C M Y K H S L
Decimal 93 238 206 0.61 0 0.13 0.07 166.76 0.81 0.65
Hex 5D EE CE 3D 0 D 7 A7 51 41
Octal 135 356 316 75 0 15 7 247 121 101
Binary 1011101 11101110 11001110 111101 0 1101 111 10100111 1010001 1000001

Color Harmonies of #5DEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEECE

Black with #5DEECE

Text Example


Text Example

White with #5DEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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