#65D8FB

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

Shades of Turquoise Blue #65D8FB

Tints of Turquoise Blue #65D8FB

Color information

#65D8FB (or 0x65D8FB) is unknown color: approx Turquoise Blue. HEX triplet: 65, D8 and FB. RGB value is (101,216,251). Sum of RGB (Red+Green+Blue) = 101+216+251=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #65D8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D8FB is #9A2704. Grayscale: #B9B9B9. Windows color (decimal): -10102533 or 16504933. OLE color: 16504933.

HSL color Cylindrical-coordinate representation of color #65D8FB: hue angle of 194º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D8FB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101216251-
CMYK0.600.1400.02
HSL194º94.94%69.02%-
HSV(B)194º59.76%98.43%-
XYZ47.3458.84100.13-
YUV185.6164.967.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.78%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=17.78%
G=38.03%
B=44.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012162510.600.1400.0219494.9469.02
Hex65D8FB3CE02c25f45
Octal145330373741602302137105
Binary1100101110110001111101111110011100101100001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,251); }

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

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

 a { background-color: rgb(101,216,251); }

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

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

 span { border-color: rgb(101,216,251); }

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