#65CFF5

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

Shades of Turquoise Blue #65CFF5

Tints of Turquoise Blue #65CFF5

Color information

#65CFF5 (or 0x65CFF5) is unknown color: approx Turquoise Blue. HEX triplet: 65, CF and F5. RGB value is (101,207,245). Sum of RGB (Red+Green+Blue) = 101+207+245=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #65CFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFF5 is #9A300A. Grayscale: #B3B3B3. Windows color (decimal): -10104843 or 16109413. OLE color: 16109413.

HSL color Cylindrical-coordinate representation of color #65CFF5: hue angle of 195.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CFF5 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB101207245-
CMYK0.590.1600.04
HSL195.83º87.8%67.84%-
HSV(B)195.83º58.78%96.08%-
XYZ44.1653.9894.48-
YUV179.64164.8871.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.26%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 245 (96.09% from 255) = 44.30%
R=18.26%
G=37.43%
B=44.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012072450.590.1600.04195.8387.867.84
Hex65CFF53B1004c45844
Octal145317365732004304130104
Binary110010111001111111101011110111000001001100010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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