#65D7FD

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

Shades of Turquoise Blue #65D7FD

Tints of Turquoise Blue #65D7FD

Color information

#65D7FD (or 0x65D7FD) is unknown color: approx Turquoise Blue. HEX triplet: 65, D7 and FD. RGB value is (101,215,253). Sum of RGB (Red+Green+Blue) = 101+215+253=569 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.75% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D7FD is #9A2802. Grayscale: #B8B8B8. Windows color (decimal): -10102787 or 16635749. OLE color: 16635749.

HSL color Cylindrical-coordinate representation of color #65D7FD: hue angle of 195º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D7FD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101215253-
CMYK0.600.1500.01
HSL195º97.44%69.41%-
HSV(B)195º60.08%99.22%-
XYZ47.458.46101.71-
YUV185.25166.2367.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.75%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=17.75%
G=37.79%
B=44.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012152530.600.1500.0119597.4469.41
Hex65D7FD3CF01c36145
Octal145327375741701303141105
Binary110010111010111111111011111001111011100001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,215,253); }

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

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

 a { background-color: rgb(101,215,253); }

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

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

 span { border-color: rgb(101,215,253); }

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