#65DCFA

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

Shades of Turquoise Blue #65DCFA

Tints of Turquoise Blue #65DCFA

Color information

#65DCFA (or 0x65DCFA) is unknown color: approx Turquoise Blue. HEX triplet: 65, DC and FA. RGB value is (101,220,250). Sum of RGB (Red+Green+Blue) = 101+220+250=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #65DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCFA is #9A2305. Grayscale: #BBBBBB. Windows color (decimal): -10101510 or 16440421. OLE color: 16440421.

HSL color Cylindrical-coordinate representation of color #65DCFA: hue angle of 192.08º degrees, saturation: 0.94, 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 #65DCFA is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101220250-
CMYK0.600.1200.02
HSL192.08º93.71%68.82%-
HSV(B)192.08º59.6%98.04%-
XYZ48.2260.8699.65-
YUV187.84163.0866.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.69%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=17.69%
G=38.53%
B=43.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012202500.600.1200.02192.0893.7168.82
Hex65DCFA3CC02c05e45
Octal145334372741402300136105
Binary1100101110111001111101011110011000101100000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,220,250); }

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

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

 a { background-color: rgb(101,220,250); }

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

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

 span { border-color: rgb(101,220,250); }

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