#65E1F9

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

Shades of Turquoise Blue #65E1F9

Tints of Turquoise Blue #65E1F9

Color information

#65E1F9 (or 0x65E1F9) is unknown color: approx Turquoise Blue. HEX triplet: 65, E1 and F9. RGB value is (101,225,249). Sum of RGB (Red+Green+Blue) = 101+225+249=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #65E1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E1F9 is #9A1E06. Grayscale: #BEBEBE. Windows color (decimal): -10100231 or 16376165. OLE color: 16376165.

HSL color Cylindrical-coordinate representation of color #65E1F9: hue angle of 189.73º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65E1F9 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101225249-
CMYK0.590.1000.02
HSL189.73º92.5%68.63%-
HSV(B)189.73º59.44%97.65%-
XYZ49.3963.4699.27-
YUV190.66160.9264.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.57%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=17.57%
G=39.13%
B=43.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012252490.590.1000.02189.7392.568.63
Hex65E1F93BA02be5c45
Octal145341371731202276134105
Binary1100101111000011111100111101110100101011111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,225,249); }

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

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

 a { background-color: rgb(101,225,249); }

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

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

 span { border-color: rgb(101,225,249); }

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