Html Css Color HEX #55DCE1 Turquoise Blue

📋 copy color: '#55DCE1'

red 85 ◦ green 220 ◦ blue 225

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

Shades of Turquoise Blue #55DCE1

Tints of Turquoise Blue #55DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 16.04%
G = 41.51%
B = 42.45%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#55DCE1 (or 0x55DCE1) is known color: Turquoise Blue. HEX triplet: 55, DC and E1. RGB value is (85,220,225). Sum of RGB (Red+Green+Blue) = 85+220+225=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #55DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCE1 is #AA231E. Grayscale: #B4B4B4. Windows color (decimal): -11150111 or 14802005. OLE color: 14802005.

HSL color Cylindrical-coordinate representation of color #55DCE1: hue angle of 182.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DCE1 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 220 225 -
CMYK 0.62 0.02 0 0.12
HSL 182.14º 0.7% 0.61% -
HSV(B) 182.14º 0.62% 0.88% -
XYZ 42.93 58.55 80.27 -
YUV 180.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 85 220 225 0.62 0.02 0 0.12 182.14 0.7 0.61
Hex 55 DC E1 3E 2 0 C B6 46 3D
Octal 125 334 341 76 2 0 14 266 106 75
Binary 1010101 11011100 11100001 111110 10 0 1100 10110110 1000110 111101

Color Harmonies of #55DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCE1

Black with #55DCE1

Text Example


Text Example

White with #55DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,225); }

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

background-color css

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

 a { background-color: rgb(85,220,225); }

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

border-color css

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

 span { border-color: rgb(85,220,225); }

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