Html Css Color HEX #55CED8 Medium Turquoise

📋 copy color: '#55CED8'

red 85 ◦ green 206 ◦ blue 216

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

Shades of Medium Turquoise #55CED8

Tints of Medium Turquoise #55CED8

RGB

 RED value IS 85 (33.59% from 255) = 16.77%

 GREEN value IS 206 (80.86% from 255) = 40.63%

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 16.77%
G = 40.63%
B = 42.6%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55CED8 (or 0x55CED8) is known color: Medium Turquoise. HEX triplet: 55, CE and D8. RGB value is (85,206,216). Sum of RGB (Red+Green+Blue) = 85+206+216=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #55CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CED8 is #AA3127. Grayscale: #AAAAAA. Windows color (decimal): -11153704 or 14208597. OLE color: 14208597.

HSL color Cylindrical-coordinate representation of color #55CED8: hue angle of 184.58º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CED8 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 206 216 -
CMYK 0.61 0.05 0 0.15
HSL 184.58º 0.63% 0.59% -
HSV(B) 184.58º 0.61% 0.85% -
XYZ 38.21 51.03 72.8 -
YUV 170.96 153.41 66.69 -
System Red Green Blue C M Y K H S L
Decimal 85 206 216 0.61 0.05 0 0.15 184.58 0.63 0.59
Hex 55 CE D8 3D 5 0 F B9 3F 3B
Octal 125 316 330 75 5 0 17 271 77 73
Binary 1010101 11001110 11011000 111101 101 0 1111 10111001 111111 111011

Color Harmonies of #55CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CED8

Black with #55CED8

Text Example


Text Example

White with #55CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CED8; }

 p { color: rgb(85,206,216); }

 H1.HeaderClassName
 {
   color: #55CED8;
 }
 .AnyTagClassName
 {
   color: #55CED8;
 }
</style>

background-color css

<style>
 a { background-color: #55CED8; }

 a { background-color: rgb(85,206,216); }

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

border-color css

<style>
 span { border-color: #55CED8; }

 span { border-color: rgb(85,206,216); }

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