#65DDE7

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

Shades of Turquoise Blue #65DDE7

Tints of Turquoise Blue #65DDE7

Color information

#65DDE7 (or 0x65DDE7) is unknown color: approx Turquoise Blue. HEX triplet: 65, DD and E7. RGB value is (101,221,231). Sum of RGB (Red+Green+Blue) = 101+221+231=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #65DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDE7 is #9A2218. Grayscale: #BABABA. Windows color (decimal): -10101273 or 15195493. OLE color: 15195493.

HSL color Cylindrical-coordinate representation of color #65DDE7: hue angle of 184.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DDE7 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101221231-
CMYK0.560.0400.09
HSL184.62º73.03%65.1%-
HSV(B)184.62º56.28%90.59%-
XYZ45.6560.2584.82-
YUV186.26153.2467.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.26%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=18.26%
G=39.96%
B=41.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012212310.560.0400.09184.6273.0365.1
Hex65DDE738409b94941
Octal145335347704011271111101
Binary11001011101110111100111111000100010011011100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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