#65DDF1

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

Shades of Turquoise Blue #65DDF1

Tints of Turquoise Blue #65DDF1

Color information

#65DDF1 (or 0x65DDF1) is unknown color: approx Turquoise Blue. HEX triplet: 65, DD and F1. RGB value is (101,221,241). Sum of RGB (Red+Green+Blue) = 101+221+241=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #65DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDF1 is #9A220E. Grayscale: #BBBBBB. Windows color (decimal): -10101263 or 15850853. OLE color: 15850853.

HSL color Cylindrical-coordinate representation of color #65DDF1: hue angle of 188.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DDF1 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101221241-
CMYK0.580.0800.05
HSL188.57º83.33%67.06%-
HSV(B)188.57º58.09%94.51%-
XYZ47.160.8392.48-
YUV187.4158.2466.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.94%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=17.94%
G=39.25%
B=42.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012212410.580.0800.05188.5783.3367.06
Hex65DDF13A805bd5343
Octal145335361721005275123103
Binary11001011101110111110001111010100001011011110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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