Html Css Color HEX #55DADE Medium Turquoise

📋 copy color: '#55DADE'

red 85 ◦ green 218 ◦ blue 222

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

Shades of Medium Turquoise #55DADE

Tints of Medium Turquoise #55DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 16.19%
G = 41.52%
B = 42.29%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55DADE (or 0x55DADE) is known color: Medium Turquoise. HEX triplet: 55, DA and DE. RGB value is (85,218,222). Sum of RGB (Red+Green+Blue) = 85+218+222=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #55DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DADE is #AA2521. Grayscale: #B2B2B2. Windows color (decimal): -11150626 or 14604885. OLE color: 14604885.

HSL color Cylindrical-coordinate representation of color #55DADE: hue angle of 181.75º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DADE is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 218 222 -
CMYK 0.62 0.02 0 0.13
HSL 181.75º 0.67% 0.6% -
HSV(B) 181.75º 0.62% 0.87% -
XYZ 42 57.35 77.96 -
YUV 178.69 152.44 61.17 -
System Red Green Blue C M Y K H S L
Decimal 85 218 222 0.62 0.02 0 0.13 181.75 0.67 0.6
Hex 55 DA DE 3E 2 0 D B6 43 3C
Octal 125 332 336 76 2 0 15 266 103 74
Binary 1010101 11011010 11011110 111110 10 0 1101 10110110 1000011 111100

Color Harmonies of #55DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DADE

Black with #55DADE

Text Example


Text Example

White with #55DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,222); }

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

background-color css

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

 a { background-color: rgb(85,218,222); }

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

border-color css

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

 span { border-color: rgb(85,218,222); }

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