#65DDFD

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

Shades of Turquoise Blue #65DDFD

Tints of Turquoise Blue #65DDFD

Color information

#65DDFD (or 0x65DDFD) is unknown color: approx Turquoise Blue. HEX triplet: 65, DD and FD. RGB value is (101,221,253). Sum of RGB (Red+Green+Blue) = 101+221+253=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #65DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDFD is #9A2202. Grayscale: #BCBCBC. Windows color (decimal): -10101251 or 16637285. OLE color: 16637285.

HSL color Cylindrical-coordinate representation of color #65DDFD: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DDFD is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101221253-
CMYK0.600.1300.01
HSL192.63º97.44%69.41%-
HSV(B)192.63º60.08%99.22%-
XYZ48.9561.57102.23-
YUV188.77164.2465.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.57%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 253 (99.22% from 255) = 44%
R=17.57%
G=38.43%
B=44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012212530.600.1300.01192.6397.4469.41
Hex65DDFD3CD01c16145
Octal145335375741501301141105
Binary110010111011101111111011111001101011100000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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