#65d1ed

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

Shades of Turquoise Blue #65D1ED

Tints of Turquoise Blue #65D1ED

Color information

#65D1ED (or 0x65D1ED) is unknown color: approx Turquoise Blue. HEX triplet: 65, D1 and ED. RGB value is (101,209,237). Sum of RGB (Red+Green+Blue) = 101+209+237=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #65D1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D1ED is #9A2E12. Grayscale: #B3B3B3. Windows color (decimal): -10104339 or 15585637. OLE color: 15585637.

HSL color Cylindrical-coordinate representation of color #65D1ED: hue angle of 192.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D1ED is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101209237-
CMYK0.570.1200.07
HSL192.35º79.07%66.27%-
HSV(B)192.35º57.38%92.94%-
XYZ43.4554.4888.35-
YUV179.9160.2271.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.46%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=18.46%
G=38.21%
B=43.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012092370.570.1200.07192.3579.0766.27
Hex65D1ED39C07c04f42
Octal145321355711407300117102
Binary11001011101000111101101111001110001111100000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65d1ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,237); }

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

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

 a { background-color: rgb(101,209,237); }

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

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

 span { border-color: rgb(101,209,237); }

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