Html Css Color HEX #5DDCEC Turquoise Blue

📋 copy color: '#5DDCEC'

red 93 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #5DDCEC

Tints of Turquoise Blue #5DDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.07%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 16.94%
G = 40.07%
B = 42.99%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DDCEC (or 0x5DDCEC) is known color: Turquoise Blue. HEX triplet: 5D, DC and EC. RGB value is (93,220,236). Sum of RGB (Red+Green+Blue) = 93+220+236=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDCEC is #A22313. Grayscale: #B7B7B7. Windows color (decimal): -10625812 or 15522909. OLE color: 15522909.

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

Color convert

RGB 93 220 236 -
CMYK 0.61 0.07 0 0.07
HSL 186.71º 0.79% 0.65% -
HSV(B) 186.71º 0.61% 0.93% -
XYZ 45.25 59.57 88.47 -
YUV 183.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 93 220 236 0.61 0.07 0 0.07 186.71 0.79 0.65
Hex 5D DC EC 3D 7 0 7 BB 4F 41
Octal 135 334 354 75 7 0 7 273 117 101
Binary 1011101 11011100 11101100 111101 111 0 111 10111011 1001111 1000001

Color Harmonies of #5DDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCEC

Black with #5DDCEC

Text Example


Text Example

White with #5DDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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