#65DFF1

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

Shades of Turquoise Blue #65DFF1

Tints of Turquoise Blue #65DFF1

Color information

#65DFF1 (or 0x65DFF1) is unknown color: approx Turquoise Blue. HEX triplet: 65, DF and F1. RGB value is (101,223,241). Sum of RGB (Red+Green+Blue) = 101+223+241=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #65DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DFF1 is #9A200E. Grayscale: #BCBCBC. Windows color (decimal): -10100751 or 15851365. OLE color: 15851365.

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

Color convert

RGB101223241-
CMYK0.580.0700.05
HSL187.71º83.33%67.06%-
HSV(B)187.71º58.09%94.51%-
XYZ47.6361.8992.66-
YUV188.57157.5865.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.88%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=17.88%
G=39.47%
B=42.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012232410.580.0700.05187.7183.3367.06
Hex65DFF13A705bc5343
Octal14533736172705274123103
Binary1100101110111111111000111101011101011011110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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