#65EFDA

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

Shades of Turquoise Blue #65EFDA

Tints of Turquoise Blue #65EFDA

Color information

#65EFDA (or 0x65EFDA) is unknown color: approx Turquoise Blue. HEX triplet: 65, EF and DA. RGB value is (101,239,218). Sum of RGB (Red+Green+Blue) = 101+239+218=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFDA is #9A1025. Grayscale: #C3C3C3. Windows color (decimal): -10096678 or 14348133. OLE color: 14348133.

HSL color Cylindrical-coordinate representation of color #65EFDA: hue angle of 170.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFDA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB101239218-
CMYK0.5800.090.06
HSL170.87º81.18%66.67%-
HSV(B)170.87º57.74%93.73%-
XYZ48.8969.5677.18-
YUV195.34140.7860.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.10%
GREEN value IS 239 (93.75% from 255) = 42.83%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=18.10%
G=42.83%
B=39.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012392180.5800.090.06170.8781.1866.67
Hex65EFDA3A096ab5143
Octal145357332720116253121103
Binary11001011110111111011010111010010011101010101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,239,218); }

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

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

 a { background-color: rgb(101,239,218); }

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

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

 span { border-color: rgb(101,239,218); }

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