#65DBFF

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

Shades of Turquoise Blue #65DBFF

Tints of Turquoise Blue #65DBFF

Color information

#65DBFF (or 0x65DBFF) is unknown color: approx Turquoise Blue. HEX triplet: 65, DB and FF. RGB value is (101,219,255). Sum of RGB (Red+Green+Blue) = 101+219+255=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #65DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBFF is #9A2400. Grayscale: #BBBBBB. Windows color (decimal): -10101761 or 16767845. OLE color: 16767845.

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

Color convert

RGB101219255-
CMYK0.600.1400
HSL194.03º100%69.8%-
HSV(B)194.03º60.39%100%-
XYZ48.7560.65103.75-
YUV187.82165.9166.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.57%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 255 (100% from 255) = 44.35%
R=17.57%
G=38.09%
B=44.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012192550.600.1400194.0310069.8
Hex65DBFF3CE00c26446
Octal145333377741600302144106
Binary110010111011011111111111111001110001100001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,219,255); }

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

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

 a { background-color: rgb(101,219,255); }

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

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

 span { border-color: rgb(101,219,255); }

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