Html Css Color HEX #5DDFEC Turquoise Blue

📋 copy color: '#5DDFEC'

red 93 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #5DDFEC

Tints of Turquoise Blue #5DDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

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

R = 16.85%
G = 40.4%
B = 42.75%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DDFEC (or 0x5DDFEC) is known color: Turquoise Blue. HEX triplet: 5D, DF and EC. RGB value is (93,223,236). Sum of RGB (Red+Green+Blue) = 93+223+236=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDFEC is #A22013. Grayscale: #B9B9B9. Windows color (decimal): -10625044 or 15523677. OLE color: 15523677.

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

Color convert

RGB 93 223 236 -
CMYK 0.61 0.06 0 0.07
HSL 185.45º 0.79% 0.65% -
HSV(B) 185.45º 0.61% 0.93% -
XYZ 46.04 61.16 88.74 -
YUV 185.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 93 223 236 0.61 0.06 0 0.07 185.45 0.79 0.65
Hex 5D DF EC 3D 6 0 7 B9 4F 41
Octal 135 337 354 75 6 0 7 271 117 101
Binary 1011101 11011111 11101100 111101 110 0 111 10111001 1001111 1000001

Color Harmonies of #5DDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDFEC

Black with #5DDFEC

Text Example


Text Example

White with #5DDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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