#67DCF8

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

Shades of Turquoise Blue #67DCF8

Tints of Turquoise Blue #67DCF8

Color information

#67DCF8 (or 0x67DCF8) is unknown color: approx Turquoise Blue. HEX triplet: 67, DC and F8. RGB value is (103,220,248). Sum of RGB (Red+Green+Blue) = 103+220+248=571 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.04% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #67DCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCF8 is #982307. Grayscale: #BBBBBB. Windows color (decimal): -9970440 or 16309351. OLE color: 16309351.

HSL color Cylindrical-coordinate representation of color #67DCF8: hue angle of 191.59º degrees, saturation: 0.91, 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 #67DCF8 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB103220248-
CMYK0.580.1100.03
HSL191.59º91.19%68.82%-
HSV(B)191.59º58.47%97.25%-
XYZ48.1360.8598.01-
YUV188.21161.7467.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.04%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 248 (97.27% from 255) = 43.43%
R=18.04%
G=38.53%
B=43.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1032202480.580.1100.03191.5991.1968.82
Hex67DCF83AB03c05b45
Octal147334370721303300133105
Binary1100111110111001111100011101010110111100000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,220,248); }

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

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

 a { background-color: rgb(103,220,248); }

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

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

 span { border-color: rgb(103,220,248); }

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