Html Css Color HEX #55CCD8 Medium Turquoise

📋 copy color: '#55CCD8'

red 85 ◦ green 204 ◦ blue 216

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

Shades of Medium Turquoise #55CCD8

Tints of Medium Turquoise #55CCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

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

R = 16.83%
G = 40.4%
B = 42.77%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55CCD8 (or 0x55CCD8) is known color: Medium Turquoise. HEX triplet: 55, CC and D8. RGB value is (85,204,216). Sum of RGB (Red+Green+Blue) = 85+204+216=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #55CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCD8 is #AA3327. Grayscale: #A9A9A9. Windows color (decimal): -11154216 or 14208085. OLE color: 14208085.

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

Color convert

RGB 85 204 216 -
CMYK 0.61 0.06 0 0.15
HSL 185.5º 0.63% 0.59% -
HSV(B) 185.5º 0.61% 0.85% -
XYZ 37.73 50.07 72.64 -
YUV 169.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 85 204 216 0.61 0.06 0 0.15 185.5 0.63 0.59
Hex 55 CC D8 3D 6 0 F B9 3F 3B
Octal 125 314 330 75 6 0 17 271 77 73
Binary 1010101 11001100 11011000 111101 110 0 1111 10111001 111111 111011

Color Harmonies of #55CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCD8

Black with #55CCD8

Text Example


Text Example

White with #55CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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