#65DFF7

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

Shades of Turquoise Blue #65DFF7

Tints of Turquoise Blue #65DFF7

Color information

#65DFF7 (or 0x65DFF7) is unknown color: approx Turquoise Blue. HEX triplet: 65, DF and F7. RGB value is (101,223,247). Sum of RGB (Red+Green+Blue) = 101+223+247=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #65DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DFF7 is #9A2008. Grayscale: #BDBDBD. Windows color (decimal): -10100745 or 16244581. OLE color: 16244581.

HSL color Cylindrical-coordinate representation of color #65DFF7: hue angle of 189.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65DFF7 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB101223247-
CMYK0.590.1000.03
HSL189.86º90.12%68.24%-
HSV(B)189.86º59.11%96.86%-
XYZ48.5462.2697.45-
YUV189.26160.5865.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.69%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=17.69%
G=39.05%
B=43.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1012232470.590.1000.03189.8690.1268.24
Hex65DFF73BA03be5a44
Octal145337367731203276132104
Binary1100101110111111111011111101110100111011111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,223,247); }

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

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

 a { background-color: rgb(101,223,247); }

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

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

 span { border-color: rgb(101,223,247); }

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