#67D9F7

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

Shades of Turquoise Blue #67D9F7

Tints of Turquoise Blue #67D9F7

Color information

#67D9F7 (or 0x67D9F7) is unknown color: approx Turquoise Blue. HEX triplet: 67, D9 and F7. RGB value is (103,217,247). Sum of RGB (Red+Green+Blue) = 103+217+247=567 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.17% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #67D9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D9F7 is #982608. Grayscale: #BABABA. Windows color (decimal): -9971209 or 16243047. OLE color: 16243047.

HSL color Cylindrical-coordinate representation of color #67D9F7: hue angle of 192.5º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67D9F7 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB103217247-
CMYK0.580.1200.03
HSL192.5º90%68.63%-
HSV(B)192.5º58.3%96.86%-
XYZ47.1959.2296.94-
YUV186.33162.2368.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.17%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=18.17%
G=38.27%
B=43.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1032172470.580.1200.03192.59068.63
Hex67D9F73AC03c05a45
Octal147331367721403300132105
Binary1100111110110011111011111101011000111100000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67D9F7; }

 p { color: rgb(103,217,247); }

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

<style>
 a { background-color: #67D9F7; }

 a { background-color: rgb(103,217,247); }

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

<style>
 span { border-color: #67D9F7; }

 span { border-color: rgb(103,217,247); }

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