#65E7FF

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

Shades of Turquoise Blue #65E7FF

Tints of Turquoise Blue #65E7FF

Color information

#65E7FF (or 0x65E7FF) is unknown color: approx Turquoise Blue. HEX triplet: 65, E7 and FF. RGB value is (101,231,255). Sum of RGB (Red+Green+Blue) = 101+231+255=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #65E7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E7FF is #9A1800. Grayscale: #C2C2C2. Windows color (decimal): -10098689 or 16770917. OLE color: 16770917.

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

Color convert

RGB101231255-
CMYK0.600.0900
HSL189.35º100%69.8%-
HSV(B)189.35º60.39%100%-
XYZ51.9967.14104.83-
YUV194.87161.9361.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.21%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 255 (100% from 255) = 43.44%
R=17.21%
G=39.35%
B=43.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012312550.600.0900189.3510069.8
Hex65E7FF3C900bd6446
Octal145347377741100275144106
Binary110010111100111111111111111001001001011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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