#67DCF7

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

Shades of Turquoise Blue #67DCF7

Tints of Turquoise Blue #67DCF7

Color information

#67DCF7 (or 0x67DCF7) is unknown color: approx Turquoise Blue. HEX triplet: 67, DC and F7. RGB value is (103,220,247). Sum of RGB (Red+Green+Blue) = 103+220+247=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #67DCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCF7 is #982308. Grayscale: #BBBBBB. Windows color (decimal): -9970441 or 16243815. OLE color: 16243815.

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

Color convert

RGB103220247-
CMYK0.580.1100.03
HSL191.25º90%68.63%-
HSV(B)191.25º58.3%96.86%-
XYZ47.9860.7997.2-
YUV188.09161.2467.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.07%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=18.07%
G=38.60%
B=43.33%

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
Decimal1032202470.580.1100.03191.259068.63
Hex67DCF73AB03bf5a45
Octal147334367721303277132105
Binary1100111110111001111011111101010110111011111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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