#65E1DD

Color #65E1DD Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #65E1DD

Tints of Turquoise Blue #65E1DD

Color information

#65E1DD (or 0x65E1DD) is unknown color: approx Turquoise Blue. HEX triplet: 65, E1 and DD. RGB value is (101,225,221). Sum of RGB (Red+Green+Blue) = 101+225+221=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1DD is #9A1E22. Grayscale: #BBBBBB. Windows color (decimal): -10100259 or 14541157. OLE color: 14541157.

HSL color Cylindrical-coordinate representation of color #65E1DD: hue angle of 178.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1DD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB101225221-
CMYK0.5500.020.12
HSL178.06º67.39%63.92%-
HSV(B)178.06º55.11%88.24%-
XYZ45.3461.8477.95-
YUV187.47146.9266.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.46%
GREEN value IS 225 (88.28% from 255) = 41.13%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=18.46%
G=41.13%
B=40.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012252210.5500.020.12178.0667.3963.92
Hex65E1DD3702Cb24340
Octal145341335670214262103100
Binary1100101111000011101110111011101011001011001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E1DD; }

 p { color: rgb(101,225,221); }

 H1.HeaderClassName
 {
   color: #65E1DD;
 }
 .AnyTagClassName
 {
   color: #65E1DD;
 }
</style>
background-color css

<style>
 a { background-color: #65E1DD; }

 a { background-color: rgb(101,225,221); }

 div.DivClassName
 {
   background-color: #65E1DD;
 }
 .BgClassName
 {
   background-color: #65E1DD;
 }
</style>
border-color css

<style>
 span { border-color: #65E1DD; }

 span { border-color: rgb(101,225,221); }

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