Html Css Color HEX #5EDCDD Turquoise Blue

📋 copy color: '#5EDCDD'

red 94 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #5EDCDD

Tints of Turquoise Blue #5EDCDD

RGB

 RED value IS 94 (37.11% from 255) = 17.57%

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 17.57%
G = 41.12%
B = 41.31%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EDCDD (or 0x5EDCDD) is known color: Turquoise Blue. HEX triplet: 5E, DC and DD. RGB value is (94,220,221). Sum of RGB (Red+Green+Blue) = 94+220+221=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCDD is #A12322. Grayscale: #B6B6B6. Windows color (decimal): -10560291 or 14539870. OLE color: 14539870.

HSL color Cylindrical-coordinate representation of color #5EDCDD: hue angle of 180.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCDD is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 220 221 -
CMYK 0.57 0.00 0 0.13
HSL 180.47º 0.65% 0.62% -
HSV(B) 180.47º 0.57% 0.87% -
XYZ 43.26 58.79 77.47 -
YUV 182.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 94 220 221 0.57 0.00 0 0.13 180.47 0.65 0.62
Hex 5E DC DD 39 0 0 D B4 41 3E
Octal 136 334 335 71 0 0 15 264 101 76
Binary 1011110 11011100 11011101 111001 0 0 1101 10110100 1000001 111110

Color Harmonies of #5EDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCDD

Black with #5EDCDD

Text Example


Text Example

White with #5EDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,220,221); }

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

background-color css

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

 a { background-color: rgb(94,220,221); }

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

border-color css

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

 span { border-color: rgb(94,220,221); }

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