#65CFDD

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

Shades of Turquoise Blue #65CFDD

Tints of Turquoise Blue #65CFDD

Color information

#65CFDD (or 0x65CFDD) is unknown color: approx Turquoise Blue. HEX triplet: 65, CF and DD. RGB value is (101,207,221). Sum of RGB (Red+Green+Blue) = 101+207+221=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #65CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFDD is #9A3022. Grayscale: #B0B0B0. Windows color (decimal): -10104867 or 14536549. OLE color: 14536549.

HSL color Cylindrical-coordinate representation of color #65CFDD: hue angle of 187º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CFDD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101207221-
CMYK0.540.0600.13
HSL187º63.83%63.14%-
HSV(B)187º54.3%86.67%-
XYZ40.7352.6176.42-
YUV176.9152.8873.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.09%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=19.09%
G=39.13%
B=41.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012072210.540.0600.1318763.8363.14
Hex65CFDD3660Dbb403f
Octal14531733566601527310077
Binary1100101110011111101110111011011001101101110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,207,221); }

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

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

 a { background-color: rgb(101,207,221); }

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

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

 span { border-color: rgb(101,207,221); }

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