#65D7FE

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

Shades of Turquoise Blue #65D7FE

Tints of Turquoise Blue #65D7FE

Color information

#65D7FE (or 0x65D7FE) is unknown color: approx Turquoise Blue. HEX triplet: 65, D7 and FE. RGB value is (101,215,254). Sum of RGB (Red+Green+Blue) = 101+215+254=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #65D7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D7FE is #9A2801. Grayscale: #B9B9B9. Windows color (decimal): -10102786 or 16701285. OLE color: 16701285.

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

Color convert

RGB101215254-
CMYK0.600.1500.00
HSL195.29º98.71%69.61%-
HSV(B)195.29º60.24%99.61%-
XYZ47.5658.52102.56-
YUV185.36166.7367.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.72%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=17.72%
G=37.72%
B=44.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012152540.600.1500.00195.2998.7169.61
Hex65D7FE3CF00c36346
Octal145327376741700303143106
Binary110010111010111111111101111001111001100001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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