#65D4F3

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

Shades of Turquoise Blue #65D4F3

Tints of Turquoise Blue #65D4F3

Color information

#65D4F3 (or 0x65D4F3) is unknown color: approx Turquoise Blue. HEX triplet: 65, D4 and F3. RGB value is (101,212,243). Sum of RGB (Red+Green+Blue) = 101+212+243=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #65D4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D4F3 is #9A2B0C. Grayscale: #B6B6B6. Windows color (decimal): -10103565 or 15979621. OLE color: 15979621.

HSL color Cylindrical-coordinate representation of color #65D4F3: hue angle of 193.1º degrees, saturation: 0.86, 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 #65D4F3 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101212243-
CMYK0.580.1300.05
HSL193.1º85.54%67.45%-
HSV(B)193.1º58.44%95.29%-
XYZ45.0956.3293.29-
YUV182.34162.2369.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.17%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 243 (95.31% from 255) = 43.71%
R=18.17%
G=38.13%
B=43.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012122430.580.1300.05193.185.5467.45
Hex65D4F33AD05c15643
Octal145324363721505301126103
Binary11001011101010011110011111010110101011100000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,212,243); }

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

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

 a { background-color: rgb(101,212,243); }

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

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

 span { border-color: rgb(101,212,243); }

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