Html Css Color HEX #5DEACC Turquoise

📋 copy color: '#5DEACC'

red 93 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #5DEACC

Tints of Turquoise #5DEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.07%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 17.51%
G = 44.07%
B = 38.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#5DEACC (or 0x5DEACC) is known color: Turquoise. HEX triplet: 5D, EA and CC. RGB value is (93,234,204). Sum of RGB (Red+Green+Blue) = 93+234+204=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEACC is #A21533. Grayscale: #BCBCBC. Windows color (decimal): -10622260 or 13429341. OLE color: 13429341.

HSL color Cylindrical-coordinate representation of color #5DEACC: hue angle of 167.23º degrees, saturation: 0.77, 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 #5DEACC is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 234 204 -
CMYK 0.60 0 0.13 0.08
HSL 167.23º 0.77% 0.64% -
HSV(B) 167.23º 0.6% 0.92% -
XYZ 44.84 65.53 67.41 -
YUV 188.42 136.79 59.94 -
System Red Green Blue C M Y K H S L
Decimal 93 234 204 0.60 0 0.13 0.08 167.23 0.77 0.64
Hex 5D EA CC 3C 0 D 8 A7 4D 40
Octal 135 352 314 74 0 15 10 247 115 100
Binary 1011101 11101010 11001100 111100 0 1101 1000 10100111 1001101 1000000

Color Harmonies of #5DEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEACC

Black with #5DEACC

Text Example


Text Example

White with #5DEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,234,204); }

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

background-color css

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

 a { background-color: rgb(93,234,204); }

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

border-color css

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

 span { border-color: rgb(93,234,204); }

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