#65DDF8

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

Shades of Turquoise Blue #65DDF8

Tints of Turquoise Blue #65DDF8

Color information

#65DDF8 (or 0x65DDF8) is unknown color: approx Turquoise Blue. HEX triplet: 65, DD and F8. RGB value is (101,221,248). Sum of RGB (Red+Green+Blue) = 101+221+248=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #65DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDF8 is #9A2207. Grayscale: #BBBBBB. Windows color (decimal): -10101256 or 16309605. OLE color: 16309605.

HSL color Cylindrical-coordinate representation of color #65DDF8: hue angle of 191.02º degrees, saturation: 0.91, 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 #65DDF8 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB101221248-
CMYK0.590.1100.03
HSL191.02º91.3%68.43%-
HSV(B)191.02º59.27%97.25%-
XYZ48.1761.2698.09-
YUV188.2161.7465.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.72%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=17.72%
G=38.77%
B=43.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1012212480.590.1100.03191.0291.368.43
Hex65DDF83BB03bf5b44
Octal145335370731303277133104
Binary1100101110111011111100011101110110111011111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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