#65EEDA

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

Shades of Turquoise Blue #65EEDA

Tints of Turquoise Blue #65EEDA

Color information

#65EEDA (or 0x65EEDA) is unknown color: approx Turquoise Blue. HEX triplet: 65, EE and DA. RGB value is (101,238,218). Sum of RGB (Red+Green+Blue) = 101+238+218=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEDA is #9A1125. Grayscale: #C2C2C2. Windows color (decimal): -10096934 or 14347877. OLE color: 14347877.

HSL color Cylindrical-coordinate representation of color #65EEDA: hue angle of 171.24º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEDA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB101238218-
CMYK0.5800.080.07
HSL171.24º80.12%66.47%-
HSV(B)171.24º57.56%93.33%-
XYZ48.668.9877.08-
YUV194.76141.1161.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.13%
GREEN value IS 238 (93.36% from 255) = 42.73%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=18.13%
G=42.73%
B=39.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012382180.5800.080.07171.2480.1266.47
Hex65EEDA3A087ab5042
Octal145356332720107253120102
Binary11001011110111011011010111010010001111010101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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