#65D6FD

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

Shades of Turquoise Blue #65D6FD

Tints of Turquoise Blue #65D6FD

Color information

#65D6FD (or 0x65D6FD) is unknown color: approx Turquoise Blue. HEX triplet: 65, D6 and FD. RGB value is (101,214,253). Sum of RGB (Red+Green+Blue) = 101+214+253=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D6FD is #9A2902. Grayscale: #B8B8B8. Windows color (decimal): -10103043 or 16635493. OLE color: 16635493.

HSL color Cylindrical-coordinate representation of color #65D6FD: hue angle of 195.39º 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 #65D6FD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101214253-
CMYK0.600.1500.01
HSL195.39º97.44%69.41%-
HSV(B)195.39º60.08%99.22%-
XYZ47.1457.95101.63-
YUV184.66166.5668.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.78%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=17.78%
G=37.68%
B=44.54%

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
Decimal1012142530.600.1500.01195.3997.4469.41
Hex65D6FD3CF01c36145
Octal145326375741701303141105
Binary110010111010110111111011111001111011100001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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